Skip to content

Commit 82a602a

Browse files
committed
update tests
1 parent e0637e4 commit 82a602a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/e2e/Adapter/Scopes/CollectionTests.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,7 +1685,8 @@ public function testTransformations(): void
16851685
$result = $database->getDocument('docs', 'doc1');
16861686

16871687
$this->assertTrue($result->isEmpty());
1688-
if (!$database->getAdapter() instanceof SQL) {
1688+
1689+
if ($database->getAdapter() instanceof SQL) {
16891690
$this->assertStringContainsString('/* scope: api.users */', $capturedSql);
16901691
}
16911692

0 commit comments

Comments
 (0)