Skip to content

Commit

Permalink
Actually Fixed Test
Browse files Browse the repository at this point in the history
Third times the charm?
  • Loading branch information
Caleb-Irwin authored Feb 10, 2021
1 parent 876be5b commit e975cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/parse/__tests__/CsvParsingStream.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ describe('CsvParserStream', () => {
return new Promise((res, rej) => {
write(malformed);
const stream = parseFile(malformed.path, { headers: true });
expectErrorEvent(stream, "Parse Error: expected: ',' OR new line got: 'a'. at 'a '\", Las", res, rej);
expectErrorEvent(stream, "Parse Error: expected: ',' OR new line got: 'a'. at 'a \", Las'", res, rej);
});
});

Expand Down

0 comments on commit e975cf6

Please sign in to comment.