We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d8a794 commit a265439Copy full SHA for a265439
packages/cli-repl/src/cli-repl.spec.ts
@@ -1464,7 +1464,7 @@ describe('CliRepl', function () {
1464
cliRepl.config.logMaxFileCount = testMaxFileCount;
1465
await cliRepl.start(await testServer.connectionString(), {});
1466
1467
- expect(cliRepl.getConfig('logMaxFileCount')).equals(
+ expect(await cliRepl.getConfig('logMaxFileCount')).equals(
1468
testMaxFileCount
1469
);
1470
expect(cliRepl.logManager?._options.maxLogFileCount).equals(
0 commit comments