Skip to content

Commit

Permalink
#139 - fixed code review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eranharel committed Nov 10, 2018
1 parent 5accaee commit 3943a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics-clojure-core/test/metrics/test/timers_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,6 @@
t (mt/timer r ["test" "timers" "test-update-timer"])
expected-time 666
expected-time-unit TimeUnit/SECONDS]
(is (= 0 (mt/largest t)))
(is (zero? (mt/largest t)))
(mt/update! t expected-time expected-time-unit)
(is (= (.toNanos expected-time-unit expected-time) (mt/largest t)))))

0 comments on commit 3943a39

Please sign in to comment.