Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Corry <kylecorry31@gmail.com>
  • Loading branch information
kylecorry31 committed Jan 10, 2025
1 parent c47dd3a commit dc1f212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class ToolPackingListTest : ToolTestBase(Tools.PACKING_LISTS) {
index: Int = 0
) {
hasText(com.kylecorry.andromeda.views.R.id.title, name, index = index)
hasText(com.kylecorry.andromeda.views.R.id.tag, category, index = index)
hasText(com.kylecorry.andromeda.views.R.id.tags, category, index = index)
hasText(
com.kylecorry.andromeda.views.R.id.data_1,
"$amount / $desiredAmount",
Expand Down

0 comments on commit dc1f212

Please sign in to comment.