Skip to content

Commit f23d1e4

Browse files
committed
Extra line
1 parent fbd2577 commit f23d1e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/e2e/Adapter/Scopes/DocumentTests.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ public function testCreateOrUpdateDocuments(): void
400400
$documents[1]->setAttribute('integer', 10);
401401

402402
$results = [];
403-
404403
$count = static::getDatabase()->createOrUpdateDocuments(__FUNCTION__, $documents, onNext: function ($doc) use (&$results) {
405404
$results[] = $doc;
406405
});

0 commit comments

Comments
 (0)