Skip to content

Commit

Permalink
test(config): add missing verifies to test
Browse files Browse the repository at this point in the history
SDK-224

Co-authored-by: davidSchuppa <[email protected]>
Co-authored-by: LasOri <[email protected]>
  • Loading branch information
3 people committed Feb 4, 2025
1 parent df95449 commit 7bd0976
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,13 @@ class DefaultConfigInternalTest {
configInternal.changeApplicationCode(OTHER_APPLICATION_CODE, null)

verifyOrder {
mockPushInternal.pushToken
mockMobileEngageRequestContext.hasContactIdentification()
mockMobileEngageRequestContext.applicationCode
mockPushInternal.clearPushToken(any())
mockMobileEngageRequestContext.applicationCode
mockMobileEngageInternal.clearContact(any())
mockMobileEngageRequestContext.reset()
mockMobileEngageRequestContext.applicationCode =
OTHER_APPLICATION_CODE
mockPushInternal.setPushToken(PUSH_TOKEN, any())
Expand Down

0 comments on commit 7bd0976

Please sign in to comment.