From 768b70e4305669e71700a275ff4204f573788a7e Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Wed, 11 Oct 2023 00:08:58 +0100 Subject: [PATCH] docs: add missing providerWithMetadata import --- docs/messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/messages.md b/docs/messages.md index bd2bb0e94..5099a7918 100644 --- a/docs/messages.md +++ b/docs/messages.md @@ -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 = {