Fix tests failing after upgrading EventBus
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package eu.kanade.tachiyomi;
|
||||
|
||||
public class TestApp extends App {
|
||||
|
||||
@Override
|
||||
protected void setupEventBus() {
|
||||
// Do nothing
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user