Skip to content

Commit 21f1405

Browse files
WIP: Manger builder test updated
1 parent a2107e9 commit 21f1405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android-sdk/src/test/java/com/optimizely/ab/android/sdk/OptimizelyManagerBuilderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public void testBuildWithDefaultODP_defaultEnabled() throws Exception {
250250
any(NotificationCenter.class),
251251
any(), // nullable (DefaultDecideOptions)
252252
any(ODPManager.class),
253-
eq("test-vuid"),
253+
any(VuidManager.class),
254254
any(),
255255
any());
256256
}
@@ -280,7 +280,7 @@ public void testBuildWithDefaultODP_disabled() throws Exception {
280280
any(NotificationCenter.class),
281281
any(), // nullable (DefaultDecideOptions)
282282
isNull(),
283-
eq("test-vuid"),
283+
any(VuidManager.class),
284284
any(),
285285
any());
286286
}

0 commit comments

Comments
 (0)