mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Fix testCreationAndUploadTimestamp
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
e56ab6d4c6
commit
cd54020d75
1 changed files with 3 additions and 1 deletions
|
@ -426,7 +426,9 @@ public class UploadIT extends AbstractOnServerIT {
|
|||
}
|
||||
|
||||
@Test
|
||||
public void testCreationAndUploadTimestamp() throws IOException {
|
||||
public void testCreationAndUploadTimestamp() throws IOException, AccountUtils.AccountNotFoundException {
|
||||
testOnlyOnServer(NextcloudVersion.nextcloud_27);
|
||||
|
||||
File file = getDummyFile("empty.txt");
|
||||
String remotePath = "/testFile.txt";
|
||||
OCUpload ocUpload = new OCUpload(file.getAbsolutePath(), remotePath, account.name);
|
||||
|
|
Loading…
Reference in a new issue