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 62cf680 commit 9c1ba52Copy full SHA for 9c1ba52
client/src/test/java/io/split/engine/common/SyncManagerTest.java
@@ -70,7 +70,7 @@ public void onStreamingShutdown() throws InterruptedException {
70
t.start();
71
messsages.offer(PushManager.Status.STREAMING_OFF);
72
Thread.sleep(500);
73
- Mockito.verify(_pushManager, Mockito.times(1)).stop();
+ Mockito.verify(_pushManager, Mockito.times(1)).stopWorkers();
74
t.interrupt();
75
}
76
0 commit comments