Skip to content

Commit c10e8eb

Browse files
wip
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
1 parent 1de4983 commit c10e8eb

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

library/src/androidTest/java/com/nextcloud/android/lib/resources/search/UnifiedSearchRemoteOperationIT.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class UnifiedSearchRemoteOperationIT : AbstractIT() {
7575

7676
assertNotNull(firstResult)
7777
assertEquals(remotePath, firstResult?.remotePath())
78-
assertEquals(fileId, firstResult?.fileId())
78+
assertEquals(fileId.toString(), firstResult?.fileId())
7979
}
8080

8181
@Test

settings.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
include ':library'
22
include ':sample_client'
3-
includeBuild('../android-library') {
4-
dependencySubstitution {
5-
substitute module('com.github.nextcloud:android-library') using project(':library')
6-
}
7-
}

0 commit comments

Comments
 (0)