Loading app/src/test/java/foundation/e/drive/Test/SyncedFolderUnitTest.java +0 −8 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ import java.util.List; import foundation.e.drive.models.SyncedFolder; import static foundation.e.drive.utils.AppConstants.MEDIA_SYNCABLE_CATEGORIES; /** * @author Vincent Bourgmayer Loading @@ -42,11 +41,4 @@ public class SyncedFolderUnitTest { Assert.assertTrue("Id are the same", parent.getId() != child.getId() ); } @Test public void testArrayToList(){ List<String> arrays = Arrays.asList(MEDIA_SYNCABLE_CATEGORIES); Assert.assertEquals(MEDIA_SYNCABLE_CATEGORIES.length, arrays.size()); } } Loading
app/src/test/java/foundation/e/drive/Test/SyncedFolderUnitTest.java +0 −8 Original line number Diff line number Diff line Loading @@ -16,7 +16,6 @@ import java.util.List; import foundation.e.drive.models.SyncedFolder; import static foundation.e.drive.utils.AppConstants.MEDIA_SYNCABLE_CATEGORIES; /** * @author Vincent Bourgmayer Loading @@ -42,11 +41,4 @@ public class SyncedFolderUnitTest { Assert.assertTrue("Id are the same", parent.getId() != child.getId() ); } @Test public void testArrayToList(){ List<String> arrays = Arrays.asList(MEDIA_SYNCABLE_CATEGORIES); Assert.assertEquals(MEDIA_SYNCABLE_CATEGORIES.length, arrays.size()); } }