We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c04ec6 commit a041a41Copy full SHA for a041a41
1 file changed
vertx-core/src/test/java/io/vertx/test/core/VertxTestBase.java
@@ -208,7 +208,7 @@ protected void checkThread() {
208
}
209
break;
210
case FORBIDDEN:
211
- throw new UnsupportedOperationException("Strictly forbidden to call an assertion on AsyncTestBase");
+ throw new AssertionError("Strictly forbidden to call an assertion on AsyncTestBase");
212
213
214
0 commit comments