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 141ae65 commit c246947Copy full SHA for c246947
packages/cli-repl/src/cli-repl.spec.ts
@@ -1450,7 +1450,7 @@ describe('CliRepl', function () {
1450
cliRepl.config.logRetentionDays = testRetentionDays;
1451
await cliRepl.start(await testServer.connectionString(), {});
1452
1453
- expect(cliRepl.getConfig('logRetentionDays')).equals(
+ expect(await cliRepl.getConfig('logRetentionDays')).equals(
1454
testRetentionDays
1455
);
1456
expect(cliRepl.logManager?._options.retentionDays).equals(
0 commit comments