Skip to content

Commit 1506d0f

Browse files
committed
chore: remove commented out code
1 parent f06b826 commit 1506d0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

presentation/src/test/java/com/rowland/adventcalendly/presentation/AdventDayViewModelTest.kt

-2
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ class AdventDayViewModelTest {
9292
viewModel.loadAll()
9393

9494
verify(getAllAdventDaysUseCase, times(1)).execute(anyOrNull(), anyOrNull())
95-
96-
//verify(observer).onChanged(Resource(ResourceState.LOADING, null, null))
9795
}
9896

9997
@Test

0 commit comments

Comments
 (0)