Skip to content

Commit 5aed92b

Browse files
author
Evan Greer
committed
updates identity resolution parameters
1 parent eab14b1 commit 5aed92b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)