Skip to content

Commit 58bd46a

Browse files
Update library/src/androidTest/java/com/owncloud/android/AbstractIT.java
Co-authored-by: Tom <70907959+ZetaTom@users.noreply.github.com> Signed-off-by: Alper Öztürk <67455295+alperozturk96@users.noreply.github.com>
1 parent 70120b0 commit 58bd46a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

library/src/androidTest/java/com/owncloud/android/AbstractIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,7 @@ private void removeOnClient(OwnCloudClient client) {
292292
}
293293

294294
boolean isRemoteFileRemoved = removeRemoteFile(remotePath);
295-
final var removeFileOperationErrorMessage = ("Failed to remove " + remotePath);
296-
assertTrue(removeFileOperationErrorMessage, isRemoteFileRemoved);
295+
assertTrue("Failed to remove " + remotePath, isRemoteFileRemoved);
297296
}
298297

299298
boolean isKeyStoreDeleted = new File(context.getFilesDir(), LOCAL_TRUSTSTORE_FILENAME).delete();

0 commit comments

Comments
 (0)