We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb2810 commit de38168Copy full SHA for de38168
tests/objectbox-java-test/src/test/java/io/objectbox/BoxStoreBuilderTest.java
@@ -76,6 +76,7 @@ public void testClearDefaultStore() {
76
boxStore1.close();
77
BoxStore boxStore = builder.buildDefault();
78
assertSame(boxStore, BoxStore.getDefault());
79
+ boxStore.close();
80
}
81
82
@Test(expected = IllegalStateException.class)
0 commit comments