Slight change to fix unit test.
This commit is contained in:
parent
26c07aa8d6
commit
57c20b5305
1 changed files with 1 additions and 2 deletions
|
|
@ -312,8 +312,7 @@ export default {
|
|||
.then(() => {}, () => {})
|
||||
.finally(async () => {
|
||||
if (this.isCoverageEnabled) {
|
||||
await this.mainStore.getCoveragePolicyInfo()
|
||||
.then(() => {}, () => {});
|
||||
await this.mainStore.getCoveragePolicyInfo()?.then(() => {}, () => {});
|
||||
}
|
||||
this.navigateForward();
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue