Skip to content
Snippets Groups Projects
Commit fe229d4f authored by Cam Saul's avatar Cam Saul
Browse files

test-fix ?

parent 2988db9b
Branches
Tags
No related merge requests found
......@@ -102,7 +102,7 @@
(expect [0 3]
[(do (reset! (:attempts test-throttler) '()) ; reset it to 0
(count @(:attempts test-throttler)))
(do (attempt 10)
(do (attempt 5)
(count @(:attempts test-throttler)))])
;; Check that attempts clear after the TTL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment