Skip to content

Commit 3669138

Browse files
committed
Fix for test CollectionTest#getNonExistentCollectionWithRequireExistsShouldThrow().
1 parent 9c00501 commit 3669138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/testsuite/x/devapi/CollectionTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public void testExists() {
125125
@Test
126126
public void getNonExistentCollectionWithRequireExistsShouldThrow() {
127127
if (!this.isSetForXTests) {
128-
throw new WrongArgumentException("Throw WrongArgumentException as expected, but test was ignored because of missed configuration.");
128+
return;
129129
}
130130
String collName = "testRequireExists";
131131
dropCollection(collName);

0 commit comments

Comments
 (0)