We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0798a5d commit c87df98Copy full SHA for c87df98
src/test/cljs/cljs/core_test.cljs
@@ -2055,4 +2055,4 @@
2055
(is (= (test-keys {:a 1, :b 2, :c 3})
2056
[1 2 {:a 1, :b 2, :c 3}]))
2057
(is (= (test-keys :d 4 {:a 1, :b 2, :c 3})
2058
- [1 nil {:d 4, :a 1, :c 3, nil nil}]))))
+ [1 2 {:d 4, :a 1, :b 2, :c 3}]))))
0 commit comments