mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Add missing function for test
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
0731ab414b
commit
53e70282b1
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ abstract class FileUploaderIT : AbstractOnServerIT() {
|
|||
|
||||
override fun isInternetWalled(): Boolean = false
|
||||
override fun getConnectivity(): Connectivity = Connectivity.CONNECTED_WIFI
|
||||
override fun clearCachedResult() = Unit
|
||||
}
|
||||
|
||||
private val powerManagementServiceMock: PowerManagementService = object : PowerManagementService {
|
||||
|
|
Loading…
Reference in a new issue