aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/gregtech/globalenergymap/IGlobalWirelessEnergy_UnitTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/java/gregtech/globalenergymap/IGlobalWirelessEnergy_UnitTest.java')
-rw-r--r--src/test/java/gregtech/globalenergymap/IGlobalWirelessEnergy_UnitTest.java8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/test/java/gregtech/globalenergymap/IGlobalWirelessEnergy_UnitTest.java b/src/test/java/gregtech/globalenergymap/IGlobalWirelessEnergy_UnitTest.java
index e726b424de..5288773efa 100644
--- a/src/test/java/gregtech/globalenergymap/IGlobalWirelessEnergy_UnitTest.java
+++ b/src/test/java/gregtech/globalenergymap/IGlobalWirelessEnergy_UnitTest.java
@@ -1,7 +1,11 @@
package gregtech.globalenergymap;
-import static gregtech.common.misc.GlobalVariableStorage.*;
-import static org.junit.jupiter.api.Assertions.*;
+import static gregtech.common.misc.GlobalVariableStorage.GlobalEnergy;
+import static gregtech.common.misc.GlobalVariableStorage.GlobalEnergyName;
+import static gregtech.common.misc.GlobalVariableStorage.GlobalEnergyTeam;
+import static org.junit.jupiter.api.Assertions.assertEquals;
+import static org.junit.jupiter.api.Assertions.assertFalse;
+import static org.junit.jupiter.api.Assertions.assertTrue;
import java.math.BigInteger;