We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29461a5 commit 583e2feCopy full SHA for 583e2fe
course/src/test/java/org/openedx/course/presentation/section/CourseSectionViewModelTest.kt
@@ -213,6 +213,7 @@ class CourseSectionViewModelTest {
213
every {
214
resourceManager.getString(org.openedx.course.R.string.course_can_download_only_with_wifi)
215
} returns cantDownload
216
+ every { networkConnection.isOnline() } returns true
217
coEvery { interactor.getSubsection("id") } returns subsection
218
}
219
0 commit comments