From 4a332f61900121322853572ba129b2ecc175f05e Mon Sep 17 00:00:00 2001 From: Kiko Beats Date: Sun, 29 Dec 2024 08:57:51 +0100 Subject: [PATCH] test: update message error --- test/error.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)