Fix error in tests
This commit is contained in:
parent
3bd57c0b6a
commit
6069d74311
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class FeedGroupIconTest {
|
||||||
val usedIcons = HashSet<Int>()
|
val usedIcons = HashSet<Int>()
|
||||||
|
|
||||||
for (groupIcon in FeedGroupIcon.values()) {
|
for (groupIcon in FeedGroupIcon.values()) {
|
||||||
val added = usedIcons.add(groupIcon.drawableResourceAttr)
|
val added = usedIcons.add(groupIcon.drawableResource)
|
||||||
assertTrue("Repeated icon (current item: ${groupIcon.name} - ${groupIcon.id})", added)
|
assertTrue("Repeated icon (current item: ${groupIcon.name} - ${groupIcon.id})", added)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue