Skip to content

Commit 6c7ffd4

Browse files
committed
upd
1 parent 7fe1571 commit 6c7ffd4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ public void setup() throws Exception {
113113
);
114114
}
115115

116-
@After
117-
public void cleanUp() {
118-
}
119-
120116
/**
121117
* Verify that building the {@link OptimizelyManager} with a polling interval greater than 60
122118
* seconds is properly registered.
@@ -425,6 +421,7 @@ ODPManager.Builder getMockODPManagerBuilder() {
425421
when(mockBuilder.withUserCommonIdentifiers(any())).thenReturn(mockBuilder);
426422
return mockBuilder;
427423
}
424+
428425
@Test
429426
public void testBuildWithVuidDisabled() throws Exception {
430427
mockStatic(ODPManager.class);

0 commit comments

Comments
 (0)