Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Jul 4, 2024
1 parent 5c5da6f commit cc4d6a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function call(method) {
if (method === 'app') {
assert(app.logger._mockLogs);
assert(app.coreLogger._mockLogs);
mm.restore();
await mm.restore();
assert(!app.logger._mockLogs);
assert(!app.coreLogger._mockLogs);
}
Expand Down

0 comments on commit cc4d6a6

Please sign in to comment.