Skip to content

Commit

Permalink
Remove when from test name.
Browse files Browse the repository at this point in the history
Change-Id: I55a6fcfc53f1c96f376cab77079e248bdc2df44f
  • Loading branch information
Jaehwa-Noh committed Apr 16, 2024
1 parent 7388c33 commit 18c1eee
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class ConnectSnackBarTest {
fun setup() = hiltRule.inject()

@Test
fun compactWidth_WhenNotConnectedAndForYou_ConnectSnackBarShowUp() {
fun compactWidth_notConnectedAndForYou_connectSnackBarShowUp() {
snackbarScreenWithSize(
400.dp,
1000.dp,
Expand All @@ -128,7 +128,7 @@ class ConnectSnackBarTest {
}

@Test
fun compactWidth_WhenNotConnectedAndSaved_ConnectSnackBarShowUp() {
fun compactWidth_notConnectedAndSaved_connectSnackBarShowUp() {
snackbarScreenWithSize(
400.dp,
1000.dp,
Expand All @@ -147,7 +147,7 @@ class ConnectSnackBarTest {
}

@Test
fun compactWidth_WhenNotConnectedAndInterests_ConnectSnackBarShowUp() {
fun compactWidth_notConnectedAndInterests_connectSnackBarShowUp() {
snackbarScreenWithSize(
400.dp,
1000.dp,
Expand All @@ -166,7 +166,7 @@ class ConnectSnackBarTest {
}

@Test
fun mediumWidth_WhenNotConnectedAndForYou_ConnectSnackBarShowUp() {
fun mediumWidth_notConnectedAndForYou_connectSnackBarShowUp() {
snackbarScreenWithSize(
610.dp,
1000.dp,
Expand All @@ -187,7 +187,7 @@ class ConnectSnackBarTest {
}

@Test
fun mediumWidth_WhenNotConnectedAndSaved_ConnectSnackBarShowUp() {
fun mediumWidth_notConnectedAndSaved_connectSnackBarShowUp() {
snackbarScreenWithSize(
610.dp,
1000.dp,
Expand All @@ -208,7 +208,7 @@ class ConnectSnackBarTest {
}

@Test
fun mediumWidth_WhenNotConnectedAndInterests_ConnectSnackBarShowUp() {
fun mediumWidth_notConnectedAndInterests_connectSnackBarShowUp() {
snackbarScreenWithSize(
610.dp,
1000.dp,
Expand All @@ -229,7 +229,7 @@ class ConnectSnackBarTest {
}

@Test
fun expandedWidth_WhenNotConnectedAndForYou_ConnectSnackBarShowUp() {
fun expandedWidth_notConnectedAndForYou_connectSnackBarShowUp() {
snackbarScreenWithSize(
900.dp,
1000.dp,
Expand All @@ -250,7 +250,7 @@ class ConnectSnackBarTest {
}

@Test
fun expandedWidth_WhenNotConnectedAndSaved_ConnectSnackBarShowUp() {
fun expandedWidth_notConnectedAndSaved_connectSnackBarShowUp() {
snackbarScreenWithSize(
900.dp,
1000.dp,
Expand All @@ -271,7 +271,7 @@ class ConnectSnackBarTest {
}

@Test
fun expandedWidth_WhenNotConnectedAndInterests_ConnectSnackBarShowUp() {
fun expandedWidth_notConnectedAndInterests_connectSnackBarShowUp() {
snackbarScreenWithSize(
900.dp,
1000.dp,
Expand Down

0 comments on commit 18c1eee

Please sign in to comment.