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 f60b6f6 commit d730ee0
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 in JSON at position 0',
message: `Unexpected token 'a', "abc" is not valid JSON`,
name: 'SyntaxError',
},
},
Expand Down

0 comments on commit d730ee0

Please sign in to comment.