Skip to content

Commit

Permalink
Fix syntax error in tests
Browse files Browse the repository at this point in the history
I guess this shows how often people run the tests.
  • Loading branch information
gfredericks committed Oct 8, 2015
1 parent 8279a1c commit 2d72b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foreclojure/test/users.clj
Expand Up @@ -2,7 +2,7 @@
(:use [foreclojure.users])
(:use [clojure.test])
(:use [midje.sweet])
(:use [somnium.congomongo :only [update!]))
(:use [somnium.congomongo :only [update!]]))

(def users [{:user "user1", :solved [1 2 3 4] :rank 1}
{:user "user2", :solved [1 2 3] :rank 2}
Expand Down

0 comments on commit 2d72b16

Please sign in to comment.