Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9eacf7ad authored by mitulsheth's avatar mitulsheth
Browse files

fix(test): ai code review test case fix

parent 84cbd7fd
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -311,8 +311,8 @@ class DirectionsViewModelTest {

        advanceUntilIdle()

        assertFalse(state.isLoading)
        val updatedState = viewModel.routeState.value
        assertFalse(updatedState.isLoading)
        assertTrue(updatedState.routes.isEmpty())
        coVerifyOrder {
            mockRouteStateRepository.setLoading(true)