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 Jan 27, 2024
1 parent 2a02952 commit 1177f34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/swark/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@

(t/deftest unid
(t/is (string? (sut/unid)))
(t/is (-> #{"a" "b"} sut/unid count #{3}))
(t/is (-> (reduce #(unid %1) #{} (range 99)) count #{99})))
(t/is (-> #{"x"} sut/unid count #{1}))
(t/is (-> (reduce (unid %1) #{} (range 99)) count #{99})))

(t/deftest ->keyword
(t/are [result match replacement input] (= result (sut/->keyword match replacement input))
Expand Down

0 comments on commit 1177f34

Please sign in to comment.