Remove deprecated constructor usage in test.
Original Pull Request: #4607
This commit is contained in:
committed by
Christoph Strobl
parent
ebdffb249f
commit
5db4132658
@@ -234,7 +234,7 @@ class MongoObservationCommandListenerTests {
|
||||
customObservationConvention);
|
||||
|
||||
// when
|
||||
listener.commandStarted(new CommandStartedEvent(new MapRequestContext(), 0, null, "some name", "", null));
|
||||
listener.commandStarted(new CommandStartedEvent(new MapRequestContext(), 0, 0,null, "some name", "", null));
|
||||
|
||||
// then
|
||||
assertThat(meterRegistry).hasMeterWithName("custom.name.active");
|
||||
|
||||
Reference in New Issue
Block a user