Skip to content

Commit

Permalink
wip: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Nov 26, 2022
1 parent cdd6085 commit 4a69946
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/plugin/consumer_plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (
"testing"

"github.com/pact-foundation/pact-go/v2/consumer"
"github.com/pact-foundation/pact-go/v2/log"

// "github.com/pact-foundation/pact-go/v2/matchers"
message "github.com/pact-foundation/pact-go/v2/message/v4"
Expand Down
5 changes: 5 additions & 0 deletions examples/plugin/pacts/MattConsumer-MattProvider.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@
"version": "4.0"
},
"plugins": [
{
"configuration": {},
"name": "matt",
"version": "0.0.3"
},
{
"configuration": {},
"name": "matt",
Expand Down
5 changes: 5 additions & 0 deletions examples/plugin/pacts/matttcpconsumer-matttcpprovider.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
"version": "4.0"
},
"plugins": [
{
"configuration": {},
"name": "matt",
"version": "0.0.3"
},
{
"configuration": {},
"name": "matt",
Expand Down
2 changes: 1 addition & 1 deletion message/v4/synchronous_message_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ func TestSyncTypeSystem(t *testing.T) {
return nil
})

assert.NoError(t, err)
assert.Error(t, err)

p, _ = NewSynchronousPact(Config{
Consumer: "consumer",
Expand Down

0 comments on commit 4a69946

Please sign in to comment.