You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provider/pact-jvm-provider-junit5/src/main/kotlin/au/com/dius/pact/provider/junit5/PactJUnit5VerificationProvider.kt
Copy file name to clipboardExpand all lines: provider/pact-jvm-provider-junit5/src/test/groovy/au/com/dius/pact/provider/junit5/PactVerificationInvocationContextProviderSpec.groovy
+1-1
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ class PactVerificationInvocationContextProviderSpec extends Specification {
174
174
175
175
then:
176
176
def exp = thrown(NoPactsFoundException)
177
-
exp.message=='No Pact files where found to verify'
177
+
exp.message.startsWith('No Pact files were found to verify')
0 commit comments