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 d0e034a commit 30a005fCopy full SHA for 30a005f
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