'Globalize' RL+ config (#908)
* Fix tabs in Runelite config * Move RL+ config * Move some items to runelite.properties * 'Globalize' RL+ config * Move enabling external plugins to RL+ config * Fix default presence * Fix master branch errors * Fix guicing in test * Remove non final discordAppID
This commit is contained in:
@@ -36,6 +36,7 @@ import net.runelite.api.MessageNode;
|
||||
import net.runelite.api.events.ChatMessage;
|
||||
import net.runelite.client.Notifier;
|
||||
import net.runelite.client.chat.ChatMessageManager;
|
||||
import net.runelite.client.config.RuneLitePlusConfig;
|
||||
import net.runelite.client.util.Text;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import org.junit.Before;
|
||||
@@ -66,6 +67,10 @@ public class ChatNotificationsPluginTest
|
||||
@Bind
|
||||
private Notifier notifier;
|
||||
|
||||
@Mock
|
||||
@Bind
|
||||
private RuneLitePlusConfig runeLitePlusConfig;
|
||||
|
||||
@Inject
|
||||
private ChatNotificationsPlugin chatNotificationsPlugin;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user