Skip to content

Commit

Permalink
chore: update pact-protobuf-plugin to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Aug 22, 2024
1 parent f2b3918 commit 3706bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/consumer.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ describe('FFI integration test for the HTTP Consumer API', () => {
'bar-provider',
FfiSpecificationVersion['SPECIFICATION_VERSION_V3']
);
pact.addPlugin('protobuf', '0.3.15');
pact.addPlugin('protobuf', '0.5.1');

const interaction = pact.newInteraction('some description');
const protobufContents = {
Expand Down
2 changes: 1 addition & 1 deletion test/message.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe('FFI integration test for the Message Consumer API', () => {
}`;

pact.addMetadata('pact-node', 'meta-key', 'meta-val');
pact.addPlugin('protobuf', '0.3.15');
pact.addPlugin('protobuf', '0.5.1');

const message = pact.newSynchronousMessage('a grpc test 1');
message.given('some state 1');
Expand Down

0 comments on commit 3706bf2

Please sign in to comment.