We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aff297 commit ade3bcfCopy full SHA for ade3bcf
src/test/java/com/arangodb/ArangoDatabaseTest.java
@@ -276,6 +276,8 @@ public void createCollectionWithDistributeShardsLike() {
276
277
assertThat(db.collection(COLLECTION_NAME).getProperties().getNumberOfShards(), is(numberOfShards));
278
assertThat(db.collection(COLLECTION_NAME + "2").getProperties().getNumberOfShards(), is(numberOfShards));
279
+
280
+ db.collection(COLLECTION_NAME + "2").drop();
281
}
282
283
private void createCollectionWithKeyType(KeyType keyType) {
0 commit comments