mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
Formated the code (removed useless spaces)
This commit is contained in:
parent
389090d3e8
commit
c821f192d6
1 changed files with 0 additions and 3 deletions
|
@ -37,8 +37,6 @@ public class FolderPickerActivityTest {
|
||||||
public void getParentFolder_isNotRootFolderTest() {
|
public void getParentFolder_isNotRootFolderTest() {
|
||||||
// Arrange
|
// Arrange
|
||||||
FolderPickerActivity targetActivity = activityRule.getActivity();
|
FolderPickerActivity targetActivity = activityRule.getActivity();
|
||||||
|
|
||||||
|
|
||||||
OCFile origin = new OCFile("/test/");
|
OCFile origin = new OCFile("/test/");
|
||||||
origin.setFileId(1);
|
origin.setFileId(1);
|
||||||
origin.setRemotePath("/test/");
|
origin.setRemotePath("/test/");
|
||||||
|
@ -57,7 +55,6 @@ public class FolderPickerActivityTest {
|
||||||
public void getParentFolder_isRootFolderTest() {
|
public void getParentFolder_isRootFolderTest() {
|
||||||
// Arrange
|
// Arrange
|
||||||
FolderPickerActivity targetActivity = activityRule.getActivity();
|
FolderPickerActivity targetActivity = activityRule.getActivity();
|
||||||
|
|
||||||
OCFile origin = new OCFile("/");
|
OCFile origin = new OCFile("/");
|
||||||
origin.setFileId(1);
|
origin.setFileId(1);
|
||||||
origin.setRemotePath("/");
|
origin.setRemotePath("/");
|
||||||
|
|
Loading…
Reference in a new issue