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 12480b0 commit 51c074c
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 @@ -66,7 +66,7 @@
(t/deftest unid
(t/is (string? (sut/unid)))
(t/is (-> #{"x"} sut/unid count #{1}))
(t/is (-> (reduce (fn [x _] (conj x (unid x))) #{} (range 99)) count #{99})))
(t/is (-> (reduce (fn [x _] (conj x (sut/unid x))) #{} (range 999)) count #{999})))

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

0 comments on commit 51c074c

Please sign in to comment.