diff --git a/apps/flipcash/shared/authentication/src/test/kotlin/com/flipcash/app/auth/AuthManagerTest.kt b/apps/flipcash/shared/authentication/src/test/kotlin/com/flipcash/app/auth/AuthManagerTest.kt index ec64beec8..169540947 100644 --- a/apps/flipcash/shared/authentication/src/test/kotlin/com/flipcash/app/auth/AuthManagerTest.kt +++ b/apps/flipcash/shared/authentication/src/test/kotlin/com/flipcash/app/auth/AuthManagerTest.kt @@ -71,6 +71,7 @@ class AuthManagerTest { Dispatchers.setMain(testDispatcher) every { userManager.state } returns userManagerState + every { networkConnectivityListener.isConnected } returns true coEvery { pushTokenProvider.getToken() } returns "fake-token" // Default stubs for methods called during login/createAccount success paths