diff --git a/tests/commands/readme/update.test.ts b/tests/commands/readme/update.test.ts index 064af64b07..d85f599ef9 100644 --- a/tests/commands/readme/update.test.ts +++ b/tests/commands/readme/update.test.ts @@ -29,8 +29,8 @@ describe('readme:update', () => { const stdout = execSync(cmd, { encoding: 'utf8' }) if (process.env.DEBUG === 'true') console.log(cmd, stdout) - expect(content('tests/__data__/output/readme.md')).toEqual( - content('tests/__data__/expected/readme_update/_readme.md') + expect(content('tests/__data__/output/playlists.md')).toEqual( + content('tests/__data__/expected/readme_update/playlists.md') ) }) })