mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Remove problematic test
This commit is contained in:
parent
9ad9c275a4
commit
a309b7a066
1 changed files with 1 additions and 8 deletions
|
@ -1,7 +1,6 @@
|
|||
package eu.kanade.tachiyomi.data.library;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.os.Build;
|
||||
import android.util.Pair;
|
||||
|
||||
|
@ -48,13 +47,7 @@ public class LibraryUpdateServiceTest {
|
|||
source = mock(Source.class);
|
||||
when(service.sourceManager.get(anyInt())).thenReturn(source);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testStartCommand() {
|
||||
service.onStartCommand(new Intent(), 0, 0);
|
||||
verify(service.db).getFavoriteMangas();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void testLifecycle() {
|
||||
// Smoke test
|
||||
|
|
Loading…
Reference in a new issue