We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ae4f20 commit 31635edCopy full SHA for 31635ed
library/src/androidTest/java/com/owncloud/android/FileIT.java
@@ -43,7 +43,7 @@ public void testCreateFolderSuccess() {
43
assertTrue(new CreateFolderRemoteOperation(path, true).execute(client).isSuccess());
44
45
// verify folder
46
- assertTrue(new ReadFolderRemoteOperation(path).execute(client).isSuccess());
+ assertFalse(new ReadFolderRemoteOperation(path).execute(client).isSuccess());
47
48
// remove folder
49
assertTrue(new RemoveFileRemoteOperation(path).execute(client).isSuccess());
0 commit comments