提交 38703660 编写于 作者: S Santiago Pastorino 提交者: José Valim

Float comparison adjustment

Signed-off-by: NJosé Valim <jose.valim@gmail.com>
上级 0fce4ae5
......@@ -200,7 +200,7 @@ def test_events_are_initialized_with_details
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册