We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe1571 commit 6c7ffd4Copy full SHA for 6c7ffd4
android-sdk/src/test/java/com/optimizely/ab/android/sdk/OptimizelyManagerBuilderTest.java
@@ -113,10 +113,6 @@ public void setup() throws Exception {
113
);
114
}
115
116
- @After
117
- public void cleanUp() {
118
- }
119
-
120
/**
121
* Verify that building the {@link OptimizelyManager} with a polling interval greater than 60
122
* seconds is properly registered.
@@ -425,6 +421,7 @@ ODPManager.Builder getMockODPManagerBuilder() {
425
421
when(mockBuilder.withUserCommonIdentifiers(any())).thenReturn(mockBuilder);
426
422
return mockBuilder;
427
423
424
+
428
@Test
429
public void testBuildWithVuidDisabled() throws Exception {
430
mockStatic(ODPManager.class);
0 commit comments