Skip to content

Commit

Permalink
fix: failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jul 25, 2023
1 parent de44647 commit c950c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ describe('MqttClient', () => {
try {
await mqtt.connectAsync({
port: 1000,
host: 'localhost',
host: '127.0.0.1',
})
} catch (err) {
error = true
Expand Down

0 comments on commit c950c06

Please sign in to comment.