Skip to content

Commit c266ca1

Browse files
committed
Remove assertion from testing.
1 parent 2c4d875 commit c266ca1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/step_definitions/kaocha_integration.clj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@
6868
(Then "the EDN output should contain:" [m output]
6969
(let [actual (edn/read-string (:out m))
7070
expected (edn/read-string output)]
71-
(is (= (type actual) (type expected)))
7271
(is (= (select-keys actual (keys expected)) expected)))
7372
m)
7473

0 commit comments

Comments
 (0)