Skip to content

Commit a7b9320

Browse files
added delete collection
1 parent 343eb2c commit a7b9320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/Adapter/Scopes/SchemalessTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3368,6 +3368,6 @@ public function testQueryWithDatetime(): void
33683368
]);
33693369
$this->assertCount(0, $noneResults);
33703370

3371-
// $database->deleteCollection($col);
3371+
$database->deleteCollection($col);
33723372
}
33733373
}

0 commit comments

Comments
 (0)