Skip to content

Commit

Permalink
test: rename repro name
Browse files Browse the repository at this point in the history
  • Loading branch information
pmarchini committed Sep 3, 2024
1 parent fceef3c commit 3934bb2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/parallel/test-runner-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ for (const isolation of ['none', 'process']) {
{
// Should not match files like latest.js .
const args = ['--test', '--test-reporter=tap'];
const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, '54726') });
const child = spawnSync(process.execPath, args, { cwd: join(testFixtures, 'issue-54726') });

assert.strictEqual(child.status, 0);
assert.strictEqual(child.signal, null);
Expand Down

0 comments on commit 3934bb2

Please sign in to comment.