Sfoglia il codice sorgente

fix fileIT

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
tobiasKaminsky 6 mesi fa
parent
commit
7b8e9ded17

+ 2 - 1
app/src/androidTest/java/com/owncloud/android/FileIT.java

@@ -106,7 +106,8 @@ public class FileIT extends AbstractOnServerIT {
         assertTrue(new SynchronizeFolderOperation(targetContext,
                                                   folderPath,
                                                   user,
-                                                  fileDataStorageManager)
+                                                  fileDataStorageManager,
+                                                  false)
                        .execute(targetContext)
                        .isSuccess());