Skip to content

Commit 84b13b2

Browse files
committed
Fix tests
1 parent f90a3e5 commit 84b13b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
strategy:
125125
matrix:
126126
bun_version:
127-
- 1.3.1
127+
- 1.3.10
128128

129129
steps:
130130
- uses: actions/checkout@v4

src/parse-chunked.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ describe('parseChunked()', () => {
223223
it('should fail when comma in object', () =>
224224
assert.rejects(
225225
async () => await parse(['{,}']),
226-
/Expected property name or '}' in JSON at position 1 |Unexpected token , in JSON at position 1|Expected '}'/
226+
/Expected property name or '}' in JSON at position 1|Unexpected token , in JSON at position 1|Expected '}'/
227227
)
228228
);
229229

0 commit comments

Comments
 (0)