We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47dd3a commit dc1f212Copy full SHA for dc1f212
app/src/androidTest/java/com/kylecorry/trail_sense/tools/packs/ToolPackingListTest.kt
@@ -283,7 +283,7 @@ class ToolPackingListTest : ToolTestBase(Tools.PACKING_LISTS) {
283
index: Int = 0
284
) {
285
hasText(com.kylecorry.andromeda.views.R.id.title, name, index = index)
286
- hasText(com.kylecorry.andromeda.views.R.id.tag, category, index = index)
+ hasText(com.kylecorry.andromeda.views.R.id.tags, category, index = index)
287
hasText(
288
com.kylecorry.andromeda.views.R.id.data_1,
289
"$amount / $desiredAmount",
0 commit comments