Skip to content

Commit

Permalink
chore: fix typo for no pacts error
Browse files Browse the repository at this point in the history
`verifify` -> `verify`
  • Loading branch information
Dom Udall committed May 19, 2020
1 parent 11629f8 commit 118452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsl/pact.go
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ func (p *Pact) VerifyProvider(t *testing.T, request types.VerifyRequest) ([]type
res, err := p.VerifyProviderRaw(request)

if len(res) == 0 {
message := "No pacts found to verifify"
message := "No pacts found to verify"

if len(request.Tags) > 0 {
message = fmt.Sprintf("%s. Check the tags provided (%s) for your broker (%s) are correct", message, strings.Join(request.Tags, ","), request.BrokerURL)
Expand Down

0 comments on commit 118452e

Please sign in to comment.