8000
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 50cc0f2 commit 1ac21bcCopy full SHA for 1ac21bc
src/test/java/com/arangodb/ArangoCollectionTest.java
@@ -805,6 +805,9 @@ public void replaceDocumentSilent() {
805
806
@Test
807
public void replaceDocumentSilentDontTouchInstance() {
808
+ if (!requireVersion(3, 3)) {
809
+ return;
810
+ }
811
final BaseDocument doc = new BaseDocument();
812
final DocumentCreateEntity<BaseDocument> createResult = db.collection(COLLECTION_NAME).insertDocument(doc);
813
final String revision = doc.getRevision();
0 commit comments