Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martint committed Aug 2, 2023
1 parent f3c41a4 commit a552a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private static boolean isTestAnnotated(Method method)

private static boolean isJUnitAnnotation(Class<? extends Annotation> clazz)
{
return clazz.getPackage().getName().startsWith("org.junit.jupiter.ap");
return clazz.getPackage().getName().startsWith("org.junit.jupiter.api");
}

@VisibleForTesting
Expand Down

0 comments on commit a552a43

Please sign in to comment.