Skip to content

Commit

Permalink
Update ObjectBoxImplTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzhizi715 committed Jan 26, 2022
1 parent 20dccae commit 33542d8
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ public class ObjectBoxImplTest {
public void setUp() {
appContext = InstrumentationRegistry.getTargetContext();
boxStore = MyObjectBox.builder().androidContext(appContext).build();

}

@Test
public void testWithObject() {


ObjectBoxImpl impl = new ObjectBoxImpl(boxStore);
impl.evictAll();

Expand Down

0 comments on commit 33542d8

Please sign in to comment.