File tree Expand file tree Collapse file tree
app/src/androidTest/java/com/owncloud/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * Nextcloud - Android Client
33 *
4- * SPDX-FileCopyrightText: 2026 Nextcloud GmbH and Nextcloud contributors
4+ * SPDX-FileCopyrightText: 2026 Alper Ozturk <alper.ozturk@nextcloud.com>
55 * SPDX-FileCopyrightText: 2018 Tobias Kaminsky <tobias@kaminsky.me>
66 * SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
77 */
@@ -74,7 +74,7 @@ class FileIT : AbstractOnServerIT() {
7474 assertTrue(" $folderPath was not downloaded" , folderCopy.exists())
7575 assertTrue(" $filePath was not downloaded" , fileCopy.exists())
7676
77- val result = RenameFileOperation (folderPath, NEW_FOLDER_NAME , storageManager).execute(targetContext )
77+ val result = RenameFileOperation (folderPath, NEW_FOLDER_NAME , storageManager).execute(client )
7878 assertTrue(" Rename of $folderPath failed: ${result.logMessage} " , result.isSuccess)
7979
8080 assertTrue(" $renamedFolderPath has no local copy" , localCopyOf(renamedFolderPath).exists())
@@ -100,7 +100,7 @@ class FileIT : AbstractOnServerIT() {
100100 storageManager,
101101 false ,
102102 false
103- ).execute(targetContext )
103+ ).execute(client )
104104
105105 assertTrue(" Sync of $remotePath failed: ${result.logMessage} " , result.isSuccess)
106106 }
You can’t perform that action at this time.
0 commit comments