We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c4d875 commit c266ca1Copy full SHA for c266ca1
test/step_definitions/kaocha_integration.clj
@@ -68,7 +68,6 @@
68
(Then "the EDN output should contain:" [m output]
69
(let [actual (edn/read-string (:out m))
70
expected (edn/read-string output)]
71
- (is (= (type actual) (type expected)))
72
(is (= (select-keys actual (keys expected)) expected)))
73
m)
74
0 commit comments