diff --git a/test/matt.consumer.integration.spec.ts b/test/matt.consumer.integration.spec.ts index 55f9b055..fa439829 100644 --- a/test/matt.consumer.integration.spec.ts +++ b/test/matt.consumer.integration.spec.ts @@ -149,7 +149,7 @@ const skipPluginTests = process.env['SKIP_PLUGIN_TESTS'] === 'true'; }); it('generates a pact with success', async () => { - const message = await sendMattMessageTCP('hellotcp', HOST, port); + const message = await sendMattMessageTCP('hellotcp', HOST, port); expect(message).to.eq('tcpworld'); const res = tcpProvider.mockServerMatchedSuccessfully(port);