Skip to content

Commit

Permalink
chore: fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed May 10, 2024
1 parent ade31e3 commit 4eea21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/matt.consumer.integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4eea21f

Please sign in to comment.