Skip to content

Commit

Permalink
style: 💄 quote
Browse files Browse the repository at this point in the history
  • Loading branch information
touv committed Dec 8, 2023
1 parent 25e3732 commit 1f51686
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('JSON at position 1'));
done();
} catch(ee) {
done(ee);
Expand Down

0 comments on commit 1f51686

Please sign in to comment.