Skip to content

Commit

Permalink
Merge pull request #108 from bakhoraliev/patch-1
Browse files Browse the repository at this point in the history
Fix test samples, add missed atoms conversation
  • Loading branch information
dzencot committed Sep 12, 2022
2 parents 24f3e4b + afde4b4 commit 5466886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/45-state/20-atoms-validation/test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
[index :refer [vec-even?]]))

(assert-solution
[[[0 2 4 6]] [[1 3 5]] [[]] [[0 2 4 5]] [[2]]]
[[(atom [0 2 4 6])] [(atom [1 3 5])] [(atom [])] [(atom [0 2 4 5])] [(atom [2])]]
[true false false false true]
vec-even?)

0 comments on commit 5466886

Please sign in to comment.