Skip to content

Commit c8cf34e

Browse files
committed
delete test cases that is not related to this pr
1 parent 60fe5b3 commit c8cf34e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

viewmodel/src/test/java/com/cairosquad/viewmodel/details/series/SeriesDetailsViewModelTest.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class SeriesDetailsViewModelTest {
6969
}
7070

7171

72+
7273
@Test
7374
fun `should convert to error state when get series by id fails`() = runTest {
7475
coEvery { manageSeriesUseCase.getSeriesById(seriesId) } throws RuntimeException()
@@ -463,6 +464,7 @@ class SeriesDetailsViewModelTest {
463464
val status = viewModel.handleDetailsException(exception)
464465
assertThat(status).isEqualTo(ErrorStatus.NO_INTERNET)
465466
}
467+
466468
companion object {
467469
private const val seriesId = 123L
468470
private val mockSeries = Series(

0 commit comments

Comments
 (0)