Skip to content

Commit

Permalink
docs: add missing providerWithMetadata import
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 10, 2023
1 parent dda5c94 commit 768b70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ As per the Consumer case, Pact takes the position of the intermediary (MQ/broker

```js
const path = require("path")
const { MessageProviderPact } = require("@pact-foundation/pact")
const { MessageProviderPact, providerWithMetadata } = require("@pact-foundation/pact");

// 1 Messaging integration client
const dogApiClient = {
Expand Down

0 comments on commit 768b70e

Please sign in to comment.