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 d505226 commit fa0b945Copy full SHA for fa0b945
spec/datadog/core/configuration_spec.rb
@@ -57,7 +57,7 @@
57
58
expect(new_components)
59
.to have_received(:startup!)
60
- .with(test_class.configuration, old_state: {remote_started: nil})
+ .with(test_class.configuration, old_state: { remote_started: nil })
61
.ordered
62
63
expect(new_components).to_not have_received(:shutdown!)
0 commit comments