Skip to content

Commit 31c0d2d

Browse files
committed
test: fix test message
1 parent 2914487 commit 31c0d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sequential/test-cli-syntax-bad.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const syntaxErrorRE = /^SyntaxError: \b/m;
4444

4545
// stderr should include the filename
4646
assert(stderr.startsWith(pathToFileURL(file)),
47-
`${stderr} starts with ${file}`);
47+
`${stderr} starts with ${pathToFileURL(file)}`);
4848
}));
4949
});
5050
});

0 commit comments

Comments
 (0)