Skip to content

Commit

Permalink
Update core_test.clj
Browse files Browse the repository at this point in the history
  • Loading branch information
verberktstan authored Jun 5, 2024
1 parent 67f871f commit 1bea804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/swark/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
(t/is (nil? (sut/map-vals inc nil)))))

(t/deftest map-keys
(let [m {:a 1 :b 2}}]
(let [m {:a 1 :b 2}]
(t/testing "Returns the map with f applied to all it's keys"
(t/is (= {:test/a 1, :test/b 2} (sut/map-keys (partial keyword "test") m)))
(t/is (= {:test/b 1, :c 2}
Expand Down

0 comments on commit 1bea804

Please sign in to comment.