Skip to content

Commit c87df98

Browse files
committedJan 8, 2025
fix test
1 parent 0798a5d commit c87df98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/cljs/cljs/core_test.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2055,4 +2055,4 @@
20552055
(is (= (test-keys {:a 1, :b 2, :c 3})
20562056
[1 2 {:a 1, :b 2, :c 3}]))
20572057
(is (= (test-keys :d 4 {:a 1, :b 2, :c 3})
2058-
[1 nil {:d 4, :a 1, :c 3, nil nil}]))))
2058+
[1 2 {:d 4, :a 1, :b 2, :c 3}]))))

0 commit comments

Comments
 (0)
Failed to load comments.