Skip to content

Commit

Permalink
test(json): fix expectation of ConcatenatedJsonParseStream test (#3598)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k authored Sep 1, 2023
1 parent 0d63e64 commit 2c7c252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/concatenated_json_parse_stream_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Deno.test({
[`{${"foo".repeat(100)}}`],
{},
SyntaxError,
`Expected property name or '}' in JSON at position 1 (parsing: '{foofoofoofoofoofoofoofoofoofo...')`,
`Expected property name or '}' in JSON at position 1 (line 1 column 2) (parsing: '{foofoofoofoofoofoofoofoofoofo...')`,
);
},
});
Expand Down

0 comments on commit 2c7c252

Please sign in to comment.