Skip to content

Commit d138951

Browse files
committed
fix(tests): use the path variable for windows
1 parent ac83260 commit d138951

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
@@ -1433,7 +1433,7 @@ describe('CliRepl', function () {
14331433
cliRepl.config.logLocation = testPath;
14341434
await cliRepl.start(await testServer.connectionString(), {});
14351435

1436-
expect(await cliRepl.getConfig('logLocation')).equals('test/path');
1436+
expect(await cliRepl.getConfig('logLocation')).equals(testPath);
14371437
expect(cliRepl.logWriter?.logFilePath).equals(testPath);
14381438
});
14391439
});

0 commit comments

Comments
 (0)