Fix tests and make travis run them again

This commit is contained in:
Lucas
2019-06-23 00:37:09 +02:00
parent 14e6ff1806
commit 8c190cb491
18 changed files with 13 additions and 184 deletions

View File

@@ -44,6 +44,7 @@ import net.runelite.api.events.GameTick;
import net.runelite.api.events.HitsplatApplied;
import net.runelite.api.events.InteractingChanged;
import net.runelite.client.Notifier;
import net.runelite.client.game.SoundManager;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -70,6 +71,10 @@ public class IdleNotifierPluginTest
@Bind
private IdleNotifierConfig config;
@Mock
@Bind
private SoundManager soundManager;
@Mock
@Bind
private Notifier notifier;