Skip to content

Commit 4080fd6

Browse files
Update SnapshotTest.php
1 parent 660002b commit 4080fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SnapshotTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function test_builder_snapshot(): void
6060

6161
$this->assertFalse($conn->inSnapshot());
6262
$this->assertNotNull($result);
63-
$this->assertSame('t', $result->name);
63+
$this->assertSame('t', $result['name']);
6464
}
6565

6666
public function test_snapshot_with_staleness(): void

0 commit comments

Comments
 (0)