mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Float comparison adjustment
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
committed by
José Valim
parent
0fce4ae57f
commit
3870366092
@@ -200,7 +200,7 @@ module Notifications
|
||||
|
||||
assert_equal :foo, event.name
|
||||
assert_equal time, event.time
|
||||
assert_in_delta 10.0, event.duration, 0.00000000000001
|
||||
assert_in_delta 10.0, event.duration, 0.00001
|
||||
end
|
||||
|
||||
def test_events_consumes_information_given_as_payload
|
||||
|
||||
Reference in New Issue
Block a user