Skip to content

Commit

Permalink
fix another test
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Feb 9, 2024
1 parent 4805545 commit efc85c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/debug/java/com/nextcloud/test/TestActivity.kt
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ class TestActivity :
TODO("Not yet implemented")
}

override fun getFileUploaderHelper(): FileUploadHelper? {
return null
override fun getFileUploaderHelper(): FileUploadHelper {
return FileUploadHelper.instance()
}

override fun getFileDownloadProgressListener(): FileDownloadWorker.FileDownloadProgressListener? {
Expand Down

0 comments on commit efc85c5

Please sign in to comment.