Skip to content

Commit

Permalink
remove unrelated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qnkhuat committed Oct 7, 2023
1 parent e428de6 commit 3ffbed8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/mb/hawk/assert_exprs/approximately_equal_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@
(is (=? {:a 1, :b #hawk/malli [:map-of :keyword :int]}
{:a 1, :b {:c 2, :d 3}})))
(testing "failures"
;; serialize these to strings and read them back out because Schema actually returns weird classes like
;; ValidationError or whatever that aren't equal to their printed output
(is (= '{:a ["should be an integer"]}
(read-string (pr-str (approximately-equal/=?-diff #hawk/malli [:map [:a :int]] {:a 1.0})))))
(testing "Inside a collection"
Expand Down

0 comments on commit 3ffbed8

Please sign in to comment.