diff --git a/test/error.js b/test/error.js index 3bb696e..825f2d0 100644 --- a/test/error.js +++ b/test/error.js @@ -47,7 +47,7 @@ test('video unavailable', async t => { } catch (error) { t.is( error.message, - 'ERROR: [youtube] x8erEF_1POY: Video unavailable. The uploader has not made this video available in your country' + 'ERROR: [youtube] x8erEF_1POY: The uploader has not made this video available in your country' ) t.true(error instanceof Error) t.truthy(error.command)