Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: tobiasKaminsky <[email protected]>
  • Loading branch information
tobiasKaminsky committed Jun 20, 2024
1 parent bddf470 commit b2d8c63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ class RenameFileRemoteOperationIT : AbstractIT() {
.isSuccess
)

assertFalse(ExistenceCheckRemoteOperation(oldRemotePath, false).execute(nextcloudClient).isSuccess)
assertTrue(ExistenceCheckRemoteOperation(newRemotePath, false).execute(nextcloudClient).isSuccess)
assertFalse(ExistenceCheckRemoteOperation(oldRemotePath, false).execute(client).isSuccess)
assertTrue(ExistenceCheckRemoteOperation(newRemotePath, false).execute(client).isSuccess)
}

@Test
Expand Down

0 comments on commit b2d8c63

Please sign in to comment.