Skip to content

Commit

Permalink
Update docs/approximately-equal.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Macdonald <[email protected]>
  • Loading branch information
qnkhuat and tsmacdonald authored Oct 9, 2023
1 parent 5ac0b41 commit f897ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/approximately-equal.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ expected: {:a 1, :b #hawk/schema {(pred keyword?) (pred integer?)}}
{:a 1, :b {:c 2}}))
=> ok

(is (=? {:a 1, :b #hawk/schema [:map-of :keyword :int]}
(is (=? {:a 1, :b #hawk/malli [:map-of :keyword :int]}
{:a 1, :b {:c 2.0}}))
=>
expected: {:a 1, :b #hawk/malli [:map-of :keyword :int]}
Expand Down

0 comments on commit f897ba5

Please sign in to comment.