From 481db782422874151ae0b78ed10b04786c8f53f7 Mon Sep 17 00:00:00 2001 From: EpicKnarvik97 Date: Thu, 27 Feb 2020 18:51:02 +0100 Subject: [PATCH] =?UTF-8?q?Fjerner=20un=C3=B8dvendige=20importeringer=20i?= =?UTF-8?q?=20PositionTest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fiasko/roborally/element_properties/PositionTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/java/inf112/fiasko/roborally/element_properties/PositionTest.java b/src/test/java/inf112/fiasko/roborally/element_properties/PositionTest.java index b760db9..2b3204f 100644 --- a/src/test/java/inf112/fiasko/roborally/element_properties/PositionTest.java +++ b/src/test/java/inf112/fiasko/roborally/element_properties/PositionTest.java @@ -3,7 +3,8 @@ package inf112.fiasko.roborally.element_properties; import org.junit.Before; import org.junit.Test; -import static org.junit.Assert.*; +import static org.junit.Assert.assertEquals; +import static org.junit.Assert.assertNotEquals; public class PositionTest { private Position testPosition1;