Skip to content

Commit

Permalink
fix: ci file
Browse files Browse the repository at this point in the history
  • Loading branch information
cookieY committed Oct 15, 2024
1 parent 42a231b commit f60b6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/fetch/__tests__/fetchSSE.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ describe('fetchSSE', () => {
context: {
chunk: 'abc',
error: {
message: `Unexpected token 'a', \"abc\" is not valid JSON`,
message: 'Unexpected token a in JSON at position 0',
name: 'SyntaxError',
},
},
Expand Down

0 comments on commit f60b6f6

Please sign in to comment.