Skip to content

Commit 348bc50

Browse files
committed
removed unnecessary test check
1 parent 2dbb142 commit 348bc50

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

iterableapi/src/test/java/com/iterable/iterableapi/IterableApiAuthTests.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,9 +651,6 @@ public void testRoutineTokenRefreshDoesNotTriggerResync() throws Exception {
651651
shadowOf(getMainLooper()).idle();
652652
shadowOf(getMainLooper()).runToEndOfTasks();
653653

654-
// Verify token was actually refreshed
655-
assertEquals(newJWT, IterableApi.getInstance().getAuthToken());
656-
657654
// Assert that push registration was NOT called on routine refresh
658655
verify(IterablePushRegistration.instance, never()).executePushRegistrationTask(any(IterablePushRegistrationData.class));
659656
} finally {

0 commit comments

Comments
 (0)