Skip to content

Commit 24c064c

Browse files
BoxStoreTest: with new property test data requires another data page.
1 parent 771af84 commit 24c064c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/objectbox-java-test/src/test/java/io/objectbox/BoxStoreTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public void validate() {
234234

235235
// No limit.
236236
long validated = store.validate(0, true);
237-
assertEquals(7, validated);
237+
assertEquals(8, validated);
238238

239239
// With limit.
240240
validated = store.validate(1, true);

0 commit comments

Comments
 (0)