Skip to content

Commit 3319dce

Browse files
committed
Revert error message
Signed-off-by: Ogu1208 <kdasunb6@gmail.com>
1 parent 3887e63 commit 3319dce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform-commons/src/main/java/org/junit/platform/commons/util/KotlinReflectionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ private static void requireKotlinxCoroutines(Method method) {
185185

186186
private static void requireDependency(Method method, boolean condition, String dependencyNotation) {
187187
Preconditions.condition(condition,
188-
() -> ("Kotlin function [%s] requires %s to be on the classpath or module path. "
188+
() -> ("Kotlin suspending function [%s] requires %s to be on the classpath or module path. "
189189
+ "Please add a corresponding dependency.").formatted(method.toGenericString(),
190190
dependencyNotation));
191191
}

0 commit comments

Comments
 (0)