Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehan27 committed Oct 6, 2023
1 parent 57af2b6 commit 22b1005
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ internal class ModuleMessagingConfigTest : BaseTest() {

moduleConfig.notificationCallback.shouldBeNull()
moduleConfig.redirectDeepLinksToOtherApps.shouldBeTrue()
moduleConfig.pushClickBehavior shouldBeEqualTo PushClickBehavior.ACTIVITY_NO_FLAGS
moduleConfig.pushClickBehavior shouldBeEqualTo PushClickBehavior.ACTIVITY_PREVENT_RESTART
}

@Test
Expand All @@ -72,7 +72,7 @@ internal class ModuleMessagingConfigTest : BaseTest() {
moduleConfig.autoTrackPushEvents.shouldBeTrue()
moduleConfig.notificationCallback.shouldBeNull()
moduleConfig.redirectDeepLinksToOtherApps.shouldBeTrue()
moduleConfig.pushClickBehavior shouldBeEqualTo PushClickBehavior.ACTIVITY_NO_FLAGS
moduleConfig.pushClickBehavior shouldBeEqualTo PushClickBehavior.ACTIVITY_PREVENT_RESTART
}

@Test
Expand Down

0 comments on commit 22b1005

Please sign in to comment.