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 9c00501 commit 3669138Copy full SHA for 3669138
src/test/java/testsuite/x/devapi/CollectionTest.java
@@ -125,7 +125,7 @@ public void testExists() {
125
@Test
126
public void getNonExistentCollectionWithRequireExistsShouldThrow() {
127
if (!this.isSetForXTests) {
128
- throw new WrongArgumentException("Throw WrongArgumentException as expected, but test was ignored because of missed configuration.");
+ return;
129
}
130
String collName = "testRequireExists";
131
dropCollection(collName);
0 commit comments