Slight change to fix unit test.

This commit is contained in:
Jeremy Zimmerman 2023-10-24 16:22:41 -04:00
parent 26c07aa8d6
commit 57c20b5305

View file

@ -312,8 +312,7 @@ export default {
.then(() => {}, () => {})
.finally(async () => {
if (this.isCoverageEnabled) {
await this.mainStore.getCoveragePolicyInfo()
.then(() => {}, () => {});
await this.mainStore.getCoveragePolicyInfo()?.then(() => {}, () => {});
}
this.navigateForward();
});