Skip to content

Commit 1571913

Browse files
committed
[MOB-10364] Update according to new discussiom
1 parent 50b4e22 commit 1571913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ public void testJsonOnlyMessageConsume() throws Exception {
810810
.put("messageId", "message1")));
811811

812812
dispatcher.enqueueResponse("/inApp/getMessages", new MockResponse().setBody(payload.toString()));
813-
813+
814814
// Create InAppManager with spied IterableApi
815815
IterableApi spyApi = spy(IterableApi.sharedInstance);
816816
IterableInAppManager inAppManager = new IterableInAppManager(

0 commit comments

Comments
 (0)