Skip to content

Commit

Permalink
Fix doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Dec 11, 2023
1 parent 5df76b3 commit b052d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/req/steps.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1158,7 +1158,7 @@ defmodule Req.Steps do
200
iex> Req.get!("https://httpbin.org/json", checksum: "sha1:bad")
** (RuntimeError) checksum mismatch
** (Req.ChecksumMismatchError) checksum mismatch
expected: sha1:bad
actual: sha1:9274ffd9cf273d4a008750f44540c4c5d4c8227c
"""
Expand Down

0 comments on commit b052d47

Please sign in to comment.