Skip to content

Commit a6579cf

Browse files
committed
fix: unit test issues in signInViewModelTest
1 parent 6fd596e commit a6579cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

auth/src/test/java/org/openedx/auth/presentation/signin/SignInViewModelTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ class SignInViewModelTest {
9595
coEvery { calendarInteractor.clearCalendarCachedData() } returns Unit
9696
every { analytics.logScreenEvent(any(), any()) } returns Unit
9797
every { config.isRegistrationEnabled() } returns true
98+
every { config.isLoginRegistrationEnabled() } returns true
99+
every { config.isSSOLoginEnabled() } returns false
98100
}
99101

100102
@After

0 commit comments

Comments
 (0)