From 39ca336efd9a1622ff33bc8e000e16cc33e681a9 Mon Sep 17 00:00:00 2001 From: freearhey <7253922+freearhey@users.noreply.github.com> Date: Mon, 23 Mar 2026 17:12:28 +0300 Subject: [PATCH] Update update.test.ts --- tests/commands/playlist/update.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/commands/playlist/update.test.ts b/tests/commands/playlist/update.test.ts index d8552e3d25..8e4cf99e01 100644 --- a/tests/commands/playlist/update.test.ts +++ b/tests/commands/playlist/update.test.ts @@ -8,7 +8,7 @@ const ENV_VAR = beforeEach(() => { fs.emptyDirSync('tests/__data__/output') - fs.copySync('tests/__data__/input/playlist_update', 'tests/__data__/output/streams') + fs.copySync('tests/__data__/input/playlist_update/streams', 'tests/__data__/output/streams') }) describe('playlist:update', () => {