Skip to content

Commit 7b9e87e

Browse files
Update SnapshotTest.php
1 parent d0451f8 commit 7b9e87e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/SnapshotTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ public function test_builder_snapshot(): void
5959
$result = $conn->table(self::TABLE_NAME_USER)->snapshot(new StrongRead())->first();
6060

6161
$this->assertFalse($conn->inSnapshot());
62+
$this->assertNotNull($result);
6263
$this->assertSame('t', $result->name);
6364
}
6465

0 commit comments

Comments
 (0)