Skip to content

Commit 3a810f0

Browse files
committed
Remove unused variables
1 parent 091abad commit 3a810f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/src/androidTest/java/com/google/samples/apps/nowinandroid/ui/NavigationTest.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ class NavigationTest {
7575
ReadOnlyProperty<Any?, String> { _, _ -> activity.getString(resId) }
7676

7777
// The strings used for matching in these tests
78-
private val done by composeTestRule.stringResource(FeatureForyouR.string.done)
7978
private val navigateUp by composeTestRule.stringResource(FeatureForyouR.string.navigate_up)
80-
private val forYouLoading by composeTestRule.stringResource(FeatureForyouR.string.for_you_loading)
8179
private val forYou by composeTestRule.stringResource(FeatureForyouR.string.for_you)
8280
private val interests by composeTestRule.stringResource(FeatureInterestsR.string.interests)
8381
private val sampleTopic = "Headlines"

0 commit comments

Comments
 (0)