We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044d881 commit c4f9c0fCopy full SHA for c4f9c0f
test/plugin/test_time_collector.rb
@@ -9,7 +9,7 @@ def test_time_now
9
stub(Fluent::EventTime).now { Fluent::EventTime.new(1e9) }
10
collector.run
11
time_seconds = collector.cmetrics[:time_seconds]
12
- assert_equal(1.0, time_seconds.val)
+ assert_equal(1_000_000_000, time_seconds.val)
13
end
14
15
0 commit comments