mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-10 20:57:24 +01:00
Remove problematic test
This commit is contained in:
parent
9ad9c275a4
commit
a309b7a066
@ -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 New Issue
Block a user