Skip to content

Commit

Permalink
Fix problem #47 for current contains? behaviour.
Browse files Browse the repository at this point in the history
  • Loading branch information
curious-attempt-bunny committed Sep 3, 2014
1 parent a38bc9f commit a1863b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foreclojure/data_set.clj
Expand Up @@ -530,7 +530,7 @@
:tests ["(contains? #{4 5 6} __)"
"(contains? [1 1 1 1 1] __)"
"(contains? {4 :a 2 :b} __)"
"(not (contains? '(1 2 4) __))"]})
"(not (contains? [1 2 4] __))"]})

(insert! :problems
{:_id 48
Expand Down

0 comments on commit a1863b6

Please sign in to comment.