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 88b9d81 commit 006a896
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -287,11 +287,11 @@ class FileControllerTest : KDriveTest() {

private fun getLocalRootFiles() =
getFilesFromCacheOrDownload(
Utils.ROOT_ID,
parentId = Utils.ROOT_ID,
loadNextPage = false,
ignoreCache = false,
userDrive = userDrive,
customRealm = realm
customRealm = realm,
)

private fun createAndStoreOfficeFile(transaction: ((remoteFile: File) -> Unit)? = null): File {
Expand Down

0 comments on commit 006a896

Please sign in to comment.