Skip to content

Commit

Permalink
test: 💍 restore original test
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Dec 8, 2023
1 parent 766752c commit ed65f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/basics/test/url-connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ describe('URLConnect', () => {
.pipe(ezs.catch())
.on('error', (e) => {
try {
expect(e.message).toEqual(expect.stringContaining('JSON at position 1'));
expect(e.message).toEqual(expect.stringContaining("Invalid JSON (Unexpected \"\\r\" at position 3 in state STOP)"));
done();
} catch(ee) {
done(ee);
Expand Down

0 comments on commit ed65f7e

Please sign in to comment.