Skip to content

Commit

Permalink
Update expected test results for batchTranslate
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanWelch committed Aug 26, 2023
1 parent ee1ad4f commit b7219ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/batchTranslate.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe('batchTranslate()', function () {
{from: 'auto', to: 'nl'}
);

assert.equal(res.text, 'vertaler, vertaler. vertaler! vertaler? Vertaler, vertaler.translator! Vertaler?');
assert.equal(res.text, 'vertaler, vertaler. vertaler! vertaler? vertaler,vertaler.vertaler!vertaler?');
});

it('should reject on partial fail true', async () => {
Expand Down

0 comments on commit b7219ec

Please sign in to comment.