Argument(s) are different! Wanted:
telemetryService.sendEvent(
<custom argument matcher>
);
-> at com.mongodb.jbplugin.observability.TelemetryService.sendEvent(TelemetryService.kt:38)
Actual invocations have different arguments:
telemetryService.sendEvent(
com.mongodb.jbplugin.observability.TelemetryEvent$NewConnection@74b97416
);
-> at com.mongodb.jbplugin.observability.probe.NewConnectionActivatedProbe.connected(NewConnectionActivatedProbe.kt:64)