Skip to content

Commit ade3bcf

Browse files
author
michele
committed
bugfix createCollectionWithDistributeShardsLike test
1 parent 9aff297 commit ade3bcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/com/arangodb/ArangoDatabaseTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ public void createCollectionWithDistributeShardsLike() {
276276

277277
assertThat(db.collection(COLLECTION_NAME).getProperties().getNumberOfShards(), is(numberOfShards));
278278
assertThat(db.collection(COLLECTION_NAME + "2").getProperties().getNumberOfShards(), is(numberOfShards));
279+
280+
db.collection(COLLECTION_NAME + "2").drop();
279281
}
280282

281283
private void createCollectionWithKeyType(KeyType keyType) {

0 commit comments

Comments
 (0)