We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2107e9 commit 21f1405Copy full SHA for 21f1405
android-sdk/src/test/java/com/optimizely/ab/android/sdk/OptimizelyManagerBuilderTest.java
@@ -250,7 +250,7 @@ public void testBuildWithDefaultODP_defaultEnabled() throws Exception {
250
any(NotificationCenter.class),
251
any(), // nullable (DefaultDecideOptions)
252
any(ODPManager.class),
253
- eq("test-vuid"),
+ any(VuidManager.class),
254
any(),
255
any());
256
}
@@ -280,7 +280,7 @@ public void testBuildWithDefaultODP_disabled() throws Exception {
280
281
282
isNull(),
283
284
285
286
0 commit comments