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 b158e3f commit 0abdd42Copy full SHA for 0abdd42
src/test/java/com/arangodb/ArangoCollectionTest.java
@@ -1824,6 +1824,7 @@ public void getPropeties() {
1824
public void changeProperties() {
1825
final String collection = COLLECTION_NAME + "_prop";
1826
try {
1827
+ db.createCollection(collection);
1828
final CollectionPropertiesEntity properties = db.collection(collection).getProperties();
1829
assertThat(properties.getWaitForSync(), is(notNullValue()));
1830
final CollectionPropertiesOptions options = new CollectionPropertiesOptions();
0 commit comments