Skip to content

Commit

Permalink
Update app/src/androidTest/java/com/infomaniak/drive/FileControllerTe…
Browse files Browse the repository at this point in the history
…st.kt

Co-authored-by: Fabian Devel <fabian.devel@infomaniak.com>
  • Loading branch information
sirambd and FabianDevel authored Oct 30, 2023
1 parent e476e6d commit 88b9d81
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ class FileControllerTest : KDriveTest() {
private fun getAndSaveRemoteRootFiles(): Pair<File, ArrayList<File>>? {
// Get and save remote root files in realm db test
return getFilesFromCacheOrDownload(
Utils.ROOT_ID,
parentId = Utils.ROOT_ID,
loadNextPage = false,
ignoreCache = true,
userDrive = userDrive,
customRealm = realm
customRealm = realm,
).also {
assertNotNull(it, "remote root files cannot be null")
}
Expand Down

0 comments on commit 88b9d81

Please sign in to comment.