Skip to content

Commit 8cfd424

Browse files
committed
Rename test function name
- Given-when-then format. Change-Id: I3305c5a7cc5a0f41be31292534a086034f642404
1 parent 9795844 commit 8cfd424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/androidTest/kotlin/com/google/samples/apps/nowinandroid/ui/NiaAppStateTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class NiaAppStateTest {
167167
}
168168

169169
@Test
170-
fun stateIsOfflineWhenNetworkMonitorIsOffline() = runTest(UnconfinedTestDispatcher()) {
170+
fun niaAppState_whenNetworkMonitorIsOffline_StateIsOffline() = runTest(UnconfinedTestDispatcher()) {
171171
composeTestRule.setContent {
172172
state = NiaAppState(
173173
navController = NavHostController(LocalContext.current),

0 commit comments

Comments
 (0)