Skip to content

Commit 9c1ba52

Browse files
committed
fixed test
1 parent 62cf680 commit 9c1ba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/test/java/io/split/engine/common/SyncManagerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public void onStreamingShutdown() throws InterruptedException {
7070
t.start();
7171
messsages.offer(PushManager.Status.STREAMING_OFF);
7272
Thread.sleep(500);
73-
Mockito.verify(_pushManager, Mockito.times(1)).stop();
73+
Mockito.verify(_pushManager, Mockito.times(1)).stopWorkers();
7474
t.interrupt();
7575
}
7676

0 commit comments

Comments
 (0)