Skip to content

Commit f9bc494

Browse files
Update BuilderTest.php
1 parent 1b88c6f commit f9bc494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Query/BuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ public function test_snapshot(): void
10851085
});
10861086

10871087
$this->assertFalse($conn->inSnapshot());
1088-
$query = $conn->table(self::TABLE_NAME_USER)->snapshot(new ExactStaleness(5))
1088+
$query = $conn->table(self::TABLE_NAME_USER)->snapshot(new ExactStaleness(5));
10891089
$result = $query->first();
10901090

10911091
$this->assertTrue($query->snapshotEnabled());

0 commit comments

Comments
 (0)