Skip to content

Commit ac70b5b

Browse files
removed no assertion from the document tests in tenant empty in shared table
1 parent 6f1646b commit ac70b5b

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
@@ -4253,7 +4253,6 @@ public function testEmptyTenant(): void
42534253
$document = $documents[0];
42544254
$doc = $database->getDocument($document->getCollection(), $document->getId());
42554255
$this->assertEquals($document->getTenant(), $doc->getTenant());
4256-
$this->expectNotToPerformAssertions();
42574256
return;
42584257
}
42594258

0 commit comments

Comments
 (0)