From 7d44263298e93fe8475ba82f1f952752955110ed Mon Sep 17 00:00:00 2001 From: Christian Emmer <10749361+emmercm@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:02:50 -0700 Subject: [PATCH] Update outputFactory.test.ts --- test/outputFactory.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/outputFactory.test.ts b/test/outputFactory.test.ts index 1863963af..14adc57c7 100644 --- a/test/outputFactory.test.ts +++ b/test/outputFactory.test.ts @@ -745,7 +745,7 @@ describe('token replacement', () => { ])( 'should replace {romm} for known extension: %s', async (outputRomFilename, expectedPath) => { - const options = new Options({ commands: ['copy'], output: 'roms/{retrodeck}' }); + const options = new Options({ commands: ['copy'], output: 'roms/{romm}' }); const rom = new ROM({ name: outputRomFilename, size: 0, crc32: '' }); const outputPath = OutputFactory.getPath(