Skip to content

Commit f2ce13e

Browse files
assert hasMore is false in test
1 parent 4e7cbb1 commit f2ce13e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/commonIntegrationTest/kotlin/com/powersync/DatabaseTest.kt

+1
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,7 @@ class DatabaseTest {
454454

455455
batch = database.getCrudBatch(1000) ?: error("Batch should not be null")
456456
batch.crud shouldHaveSize 1
457+
batch.hasMore shouldBe false
457458
batch.complete(null)
458459

459460
database.getCrudBatch() shouldBe null

0 commit comments

Comments
 (0)