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 e66dd38 commit 5a9dfc8Copy full SHA for 5a9dfc8
test-app/src/androidTest/java/com/optimizely/ab/android/test_app/MainActivityEspressoTest.java
@@ -119,6 +119,7 @@ protected void after() {
119
serviceScheduler.unschedule(dataFileServiceIntent);
120
assertFalse(serviceScheduler.isScheduled(dataFileServiceIntent));
121
assertFalse(serviceScheduler.isScheduled(eventIntentService));
122
+ CountingIdlingResourceManager.clearEvents();
123
}
124
})
125
.around(activityTestRule);
0 commit comments