Skip to content

Commit 0abdd42

Browse files
author
mpv1989
committed
Fix test
1 parent b158e3f commit 0abdd42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/com/arangodb/ArangoCollectionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1824,6 +1824,7 @@ public void getPropeties() {
18241824
public void changeProperties() {
18251825
final String collection = COLLECTION_NAME + "_prop";
18261826
try {
1827+
db.createCollection(collection);
18271828
final CollectionPropertiesEntity properties = db.collection(collection).getProperties();
18281829
assertThat(properties.getWaitForSync(), is(notNullValue()));
18291830
final CollectionPropertiesOptions options = new CollectionPropertiesOptions();

0 commit comments

Comments
 (0)