Skip to content
This repository has been archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Sep 18, 2013
1 parent 9a383b9 commit f00fa9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ring/middleware/ratelimit_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@
(fact "uses the ip limit for unauthenticated requests"
(let [rsp (-> (request :get "/") app)]
(:status rsp) => 200
(remaining rsp) => "4"))))
(remaining rsp) => "3"))))

0 comments on commit f00fa9d

Please sign in to comment.