Skip to content

Commit 70b6096

Browse files
committed
Update test case
1 parent fa807c4 commit 70b6096

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/src/test/java/io/split/client/impressions/UniqueKeysTrackerImpTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,6 @@ public void testStopSynchronization() throws Exception {
9595
Assert.assertTrue(uniqueKeysTrackerImp.track("feature1","key2"));
9696
Assert.assertTrue(uniqueKeysTrackerImp.track("feature2","key3"));
9797

98-
Thread.sleep(1000);
99-
Assert.assertTrue(uniqueKeysTrackerImp.getSendGuard().get());
10098
Thread.sleep(2100);
10199
Mockito.verify(telemetrySynchronizer, Mockito.times(1)).synchronizeUniqueKeys(Mockito.anyObject());
102100
uniqueKeysTrackerImp.stop();

0 commit comments

Comments
 (0)