Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4517a0f0 authored by vince-bourgmayer's avatar vince-bourgmayer
Browse files

remove code now invalid

parent 0ff8aecc
Loading
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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
@@ -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());

    }
}