special counter: Fix test
This commit is contained in:
@@ -26,6 +26,7 @@ package net.runelite.client.plugins.specialcounter;
|
||||
|
||||
import com.google.inject.Guice;
|
||||
import com.google.inject.Inject;
|
||||
import com.google.inject.name.Named;
|
||||
import com.google.inject.testing.fieldbinder.Bind;
|
||||
import com.google.inject.testing.fieldbinder.BoundFieldModule;
|
||||
import java.awt.image.BufferedImage;
|
||||
@@ -70,6 +71,10 @@ public class SpecialCounterPluginTest
|
||||
@Bind
|
||||
private Client client;
|
||||
|
||||
@Bind
|
||||
@Named("developerMode")
|
||||
boolean developerMode;
|
||||
|
||||
@Mock
|
||||
@Bind
|
||||
private InfoBoxManager infoBoxManager;
|
||||
|
||||
Reference in New Issue
Block a user