Skip to content

Commit e92afec

Browse files
committed
wip
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent 66e5551 commit e92afec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • app/src/androidTest/java/com/owncloud/android

app/src/androidTest/java/com/owncloud/android/FileIT.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
}

0 commit comments

Comments
 (0)