File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
iterableapi/src/test/java/com/iterable/iterableapi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -464,7 +464,7 @@ public void testCriteriaMetUserIdMergeTrue() throws Exception {
464464
465465 // set user id
466466 final String userId = "testUser2" ;
467- IterableIdentityResolution identityResolution = new IterableIdentityResolution (false , true );
467+ IterableIdentityResolution identityResolution = new IterableIdentityResolution (true , true );
468468 IterableApi .getInstance ().setUserId (userId , identityResolution );
469469
470470 // check that request was sent to merge endpoint
@@ -538,7 +538,7 @@ public void testIdentifiedUserIdMergeTrue() throws Exception {
538538
539539 // set user id
540540 final String userId1 = "testUser1" ;
541- IterableIdentityResolution identityResolution = new IterableIdentityResolution (true , false );
541+ IterableIdentityResolution identityResolution = new IterableIdentityResolution (true , true );
542542 IterableApi .getInstance ().setUserId (userId1 , identityResolution );
543543
544544 // check that user id was set
You can’t perform that action at this time.
0 commit comments