Skip to content

Commit

Permalink
WAT-972 possible fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Kavsadze committed Apr 16, 2020
1 parent 5ffb695 commit 45a36cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/test-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class TestContext {
}

public async logBusiness(message: string) {
this.stopLogBusiness();
await this.stopLogBusiness();

this.lastLoggedBusinessMessage = message;

Expand Down

0 comments on commit 45a36cf

Please sign in to comment.