spec/spec_helper.rb in datadog-notifications-0.6.0 vs spec/spec_helper.rb in datadog-notifications-0.6.1
- old
+ new
@@ -20,10 +20,10 @@
### Mocks
module Mock
class Reporter < Datadog::Notifications::Reporter
- def timing(stat, _ms, opts={})
+ def timing(stat, _millis, opts={})
super(stat, 333, opts)
end
def send_stat(message)
messages.push message