Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonmanke committed Jun 6, 2024
1 parent c156f02 commit a8a30c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ test('async https rejection test', () => {
const { promiseRequest, promisePost } = require('../lib/async-https.js');
return promiseRequest({}).catch(err => {
// not sure if this test is that useful
expect(err).toEqual('connect ECONNREFUSED 127.0.0.1:443')
expect(err).toEqual('connect ECONNREFUSED ::1:443')
});
});

Expand Down

0 comments on commit a8a30c0

Please sign in to comment.