Skip to content

Commit 600db02

Browse files
committed
Drop collections created by CrudSpecFunctionalTest
1 parent b0ca6d7 commit 600db02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Collection/CrudSpecFunctionalTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ public function setUp(): void
4848
{
4949
parent::setUp();
5050

51+
$this->dropCollection(null, $this->getCollectionName() . '.expected');
5152
$this->expectedCollection = new Collection($this->manager, $this->getDatabaseName(), $this->getCollectionName() . '.expected');
52-
$this->expectedCollection->drop();
5353
}
5454

5555
/** @dataProvider provideSpecificationTests */

0 commit comments

Comments
 (0)