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 271f6fa commit 82733ceCopy full SHA for 82733ce
testing/trino-testing-services/src/main/java/io/trino/testng/services/ReportBadTestAnnotations.java
@@ -204,7 +204,7 @@ private static boolean isTestAnnotated(Method method)
204
205
private static boolean isJUnitAnnotation(Class<? extends Annotation> clazz)
206
{
207
- return clazz.getPackage().getName().startsWith("org.junit.jupiter.api");
+ return clazz.getPackage().getName().startsWith("org.junit.jupiter.");
208
}
209
210
@VisibleForTesting
0 commit comments