Skip to content

Commit 7d3a666

Browse files
committed
fix(tests): use the prefix in the test
1 parent 77c1648 commit 7d3a666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-repl/src/cli-repl.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1462,7 +1462,7 @@ describe('CliRepl', function () {
14621462
expect(cliRepl.logWriter?.logFilePath).equals(
14631463
path.join(
14641464
customLogHomePath,
1465-
(cliRepl.logWriter?.logId as string) + '_log'
1465+
'mongosh_' + (cliRepl.logWriter?.logId as string) + '_log'
14661466
)
14671467
);
14681468
});

0 commit comments

Comments
 (0)