Skip to content

Commit e04a6ff

Browse files
linting
1 parent 8dbfb0d commit e04a6ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/Adapter/Scopes/SchemalessTests.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ public function testSchemalessDocumentOperation(): void
6666
$this->assertEquals('doc2', $doc21->getAttribute('moviename'));
6767
$this->assertEquals('test', $doc21->getAttribute('moviedescription'));
6868

69-
$updated = $database->updateDocument($colName, 'doc31', new Document(['moviename' => 'updated']))
70-
;
69+
$updated = $database->updateDocument($colName, 'doc31', new Document(['moviename' => 'updated']));
7170
$this->assertEquals('updated', $updated->getAttribute('moviename'));
7271

7372
$this->assertTrue($database->deleteDocument($colName, 'doc21'));

0 commit comments

Comments
 (0)