Skip to content

Commit 81537d4

Browse files
committed
Fix test
1 parent dea2db0 commit 81537d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/e2e/Adapter/Scopes/CollectionTests.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,8 +949,7 @@ public function testDeleteCollectionDeletesRelationships(): void
949949
$this->expectNotToPerformAssertions();
950950
return;
951951
}
952-
953-
$database->createCollection('testers');
952+
954953
$database->createCollection('devices');
955954

956955
$database->createRelationship(

0 commit comments

Comments
 (0)