Skip to content

Commit

Permalink
Merge pull request #276 from gfredericks/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error in tests
  • Loading branch information
Alex McNamara committed Oct 9, 2015
2 parents 8279a1c + 2d72b16 commit b650e23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/foreclojure/test/users.clj
Original file line number Diff line number Diff line change
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 b650e23

Please sign in to comment.