We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbb142 commit 348bc50Copy full SHA for 348bc50
1 file changed
iterableapi/src/test/java/com/iterable/iterableapi/IterableApiAuthTests.java
@@ -651,9 +651,6 @@ public void testRoutineTokenRefreshDoesNotTriggerResync() throws Exception {
651
shadowOf(getMainLooper()).idle();
652
shadowOf(getMainLooper()).runToEndOfTasks();
653
654
- // Verify token was actually refreshed
655
- assertEquals(newJWT, IterableApi.getInstance().getAuthToken());
656
-
657
// Assert that push registration was NOT called on routine refresh
658
verify(IterablePushRegistration.instance, never()).executePushRegistrationTask(any(IterablePushRegistrationData.class));
659
} finally {
0 commit comments