Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mpgxvii committed Oct 12, 2022
1 parent 105c2b1 commit 8ee0b49
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export class QuestionsServiceMock {
return Promise.resolve({})
}

initRemoteConfigParams() {
return Promise.resolve({})
}

getIsProgressCountShown() {
return false
}
Expand Down

0 comments on commit 8ee0b49

Please sign in to comment.