Skip to content

Commit

Permalink
test: update message error
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Dec 29, 2024
1 parent 862e3f5 commit 4a332f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/error.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4a332f6

Please sign in to comment.