We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06e9215 + 46335e4 commit 795e952Copy full SHA for 795e952
1 file changed
library/src/androidTest/java/com/owncloud/android/lib/resources/tags/GetTagsRemoteOperationIT.kt
@@ -104,6 +104,7 @@ class GetTagsRemoteOperationIT : AbstractIT() {
104
(rootMetadata.data as ArrayList<RemoteFile>)
105
.find { it.remotePath == tagFolder }
106
?.tags
107
+ tags?.sortBy { it?.color }
108
assertEquals(2, tags?.size)
109
assertEquals(null, tags?.first()?.color)
110
assertEquals(colorWithHex, tags?.last()?.color)
0 commit comments