Skip to content

Commit 6a081d6

Browse files
author
Ronald Holshausen
committedMar 7, 2020
fix: typo #1039
1 parent 0c83bcb commit 6a081d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎provider/pact-jvm-provider-junit5/src/main/kotlin/au/com/dius/pact/provider/junit5/PactJUnit5VerificationProvider.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ open class PactVerificationInvocationContextProvider : TestTemplateInvocationCon
367367
tests.isNotEmpty() -> tests.stream() as Stream<TestTemplateInvocationContext>
368368
AnnotationSupport.isAnnotated(context.requiredTestClass, IgnoreNoPactsToVerify::class.java) ->
369369
listOf(DummyTestTemplate).stream() as Stream<TestTemplateInvocationContext>
370-
else -> throw NoPactsFoundException("No Pact files where found to verify")
370+
else -> throw NoPactsFoundException("No Pact files were found to verify")
371371
}
372372
}
373373

0 commit comments

Comments
 (0)
Please sign in to comment.