Merge pull request #12048 from zeffirojoe/key-remapping-authent

This commit is contained in:
Jordan
2020-07-06 22:19:52 -07:00
committed by GitHub
3 changed files with 2 additions and 6 deletions

View File

@@ -30,7 +30,6 @@ import com.google.inject.testing.fieldbinder.BoundFieldModule;
import java.awt.event.KeyEvent;
import javax.inject.Inject;
import net.runelite.api.Client;
import net.runelite.api.GameState;
import net.runelite.client.config.ModifierlessKeybind;
import org.junit.Before;
import org.junit.Test;
@@ -64,8 +63,6 @@ public class KeyRemappingListenerTest
public void setUp()
{
Guice.createInjector(BoundFieldModule.of(this)).injectMembers(this);
when(client.getGameState()).thenReturn(GameState.LOGGED_IN);
}
@Test