Rename test function name

- Given-when-then format.

Change-Id: I3305c5a7cc5a0f41be31292534a086034f642404
pull/1258/head
Jaehwa Noh 7 months ago
parent 9795844757
commit 8cfd42453c

@ -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