Skip to content

Commit f9f3127

Browse files
added cleanups
1 parent 0c9f864 commit f9f3127

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/Adapter/Scopes/SpatialTests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ public function testSpatialTypeDocuments(): void
234234
$this->assertEquals('doc1', $result[0]->getId(), sprintf('Incorrect document for distance %s on polyAttr', $queryType));
235235
}
236236
} finally {
237-
// $database->deleteCollection($collectionName);
237+
$database->deleteCollection($collectionName);
238238
}
239239
}
240240

0 commit comments

Comments
 (0)