diff --git a/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerEventRoutingTest.kt b/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerEventRoutingTest.kt index 1c7d3a665..c4010be45 100644 --- a/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerEventRoutingTest.kt +++ b/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerEventRoutingTest.kt @@ -102,6 +102,7 @@ class SessionControllerEventRoutingTest { cashLinkDelegate = cashLinkDelegate, depositDelegate = mockk(relaxed = true), giftCardDelegate = giftCardDelegate, + tippingDelegate = mockk(relaxed = true), stateHolder = SessionStateHolder(), billController = billController, userManager = userManager, diff --git a/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerGiftCardErrorTest.kt b/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerGiftCardErrorTest.kt index d95d161f7..ee0fecfba 100644 --- a/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerGiftCardErrorTest.kt +++ b/apps/flipcash/shared/session/src/test/kotlin/com/flipcash/app/session/internal/SessionControllerGiftCardErrorTest.kt @@ -125,6 +125,7 @@ class SessionControllerGiftCardErrorTest { cashLinkDelegate = cashLinkDelegate, depositDelegate = mockk(relaxed = true), giftCardDelegate = giftCardDelegate, + tippingDelegate = mockk(relaxed = true), stateHolder = stateHolder, billController = billController, userManager = userManager,