Skip to content

Commit d38fda1

Browse files
author
Ronald Holshausen
committedMar 21, 2020
fix: typo in exception message
1 parent 7f38fee commit d38fda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎consumer/pact-jvm-consumer-junit5/src/main/kotlin/au/com/dius/pact/consumer/junit5/PactConsumerTestExt.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ class PactConsumerTestExt : Extension, BeforeTestExecutionCallback, BeforeAllCal
358358
if (nonExecutedMethods.isNotEmpty()) {
359359
throw AssertionError(
360360
"The following methods annotated with @Pact were not executed during the test: $nonExecutedMethods" +
361-
"\nIf these are currently a work in progress, and a @Disabled annotation to the method\n")
361+
"\nIf these are currently a work in progress, add a @Disabled annotation to the method\n")
362362
}
363363
}
364364
}

0 commit comments

Comments
 (0)
Please sign in to comment.