Skip to content

Commit 670e5a0

Browse files
committed
fix(tests): use the prefix in the test
1 parent 51d8675 commit 670e5a0

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
@@ -1461,7 +1461,7 @@ describe('CliRepl', function () {
14611461
expect(cliRepl.logWriter?.logFilePath).equals(
14621462
path.join(
14631463
customLogHomePath,
1464-
(cliRepl.logWriter?.logId as string) + '_log'
1464+
'mongosh_' + (cliRepl.logWriter?.logId as string) + '_log'
14651465
)
14661466
);
14671467
});

0 commit comments

Comments
 (0)