Rename test function name

- Given-when-then format.

Change-Id: I3305c5a7cc5a0f41be31292534a086034f642404
pull/1837/head
Jaehwa Noh 2 years ago
parent e19275a438
commit 2eb0318513

@ -167,7 +167,7 @@ class NiaAppStateTest {
} }
@Test @Test
fun stateIsOfflineWhenNetworkMonitorIsOffline() = runTest(UnconfinedTestDispatcher()) { fun niaAppState_whenNetworkMonitorIsOffline_StateIsOffline() = runTest(UnconfinedTestDispatcher()) {
composeTestRule.setContent { composeTestRule.setContent {
state = NiaAppState( state = NiaAppState(
navController = NavHostController(LocalContext.current), navController = NavHostController(LocalContext.current),

Loading…
Cancel
Save