@@ -239,7 +239,7 @@ public void testCriteriaNotMetUserIdReplayFalseMergeFalse() throws Exception {
239239 shadowOf (getMainLooper ()).idle ();
240240 assertNotEquals (("/" + IterableConstants .ENDPOINT_MERGE_USER ), mergeRequest .getPath ());
241241 assertEquals (userId , IterableApi .getInstance ().getUserId ());
242- assertEquals (eventData , getEventData ());
242+ assertEquals ("" , getEventData ());
243243 }
244244
245245 @ Test
@@ -261,7 +261,7 @@ public void testCriteriaNotMetUserIdReplayFalseMergeTrue() throws Exception {
261261 shadowOf (getMainLooper ()).idle ();
262262 assertNotEquals (("/" + IterableConstants .ENDPOINT_MERGE_USER ), mergeRequest .getPath ());
263263 assertEquals (userId , IterableApi .getInstance ().getUserId ());
264- assertEquals (eventData , getEventData ());
264+ assertEquals ("" , getEventData ());
265265 }
266266
267267 @ Test
@@ -401,7 +401,7 @@ public void testCriteriaNotMetEmailMergeFalse() throws Exception {
401401 shadowOf (getMainLooper ()).idle ();
402402 assertNotEquals (("/" + IterableConstants .ENDPOINT_MERGE_USER ), mergeRequest .getPath ());
403403 assertEquals (email , IterableApi .getInstance ().getEmail ());
404- assertEquals (eventData , getEventData ());
404+ assertEquals ("" , getEventData ());
405405 }
406406
407407 @ Test
@@ -484,7 +484,7 @@ public void testCriteriaNotMetEmailReplayFalseMergeFalse() throws Exception {
484484 shadowOf (getMainLooper ()).idle ();
485485 assertNotEquals (("/" + IterableConstants .ENDPOINT_MERGE_USER ), mergeRequest .getPath ());
486486 assertEquals (email , IterableApi .getInstance ().getEmail ());
487- assertEquals (eventData , getEventData ());
487+ assertEquals ("" , getEventData ());
488488 }
489489
490490 @ Test
@@ -506,7 +506,7 @@ public void testCriteriaNotMetEmailReplayFalseMergeTrue() throws Exception {
506506 shadowOf (getMainLooper ()).idle ();
507507 assertNotEquals (("/" + IterableConstants .ENDPOINT_MERGE_USER ), mergeRequest .getPath ());
508508 assertEquals (email , IterableApi .getInstance ().getEmail ());
509- assertEquals (eventData , getEventData ());
509+ assertEquals ("" , getEventData ());
510510 }
511511
512512 @ Test
0 commit comments