Skip to content

Commit

Permalink
Update outputFactory.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm authored Apr 7, 2024
1 parent 6fc2882 commit 7d44263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/outputFactory.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 7d44263

Please sign in to comment.