From 8f74c5c6291ceda2a2e05fe8cef201e6d30189bf Mon Sep 17 00:00:00 2001 From: Szombatioi <62300631+Szombatioi@users.noreply.github.com> Date: Wed, 22 May 2024 22:26:20 +0200 Subject: [PATCH] .-. .-. --- test/core/test/UnitTest.java | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 test/core/test/UnitTest.java diff --git a/test/core/test/UnitTest.java b/test/core/test/UnitTest.java deleted file mode 100644 index 4058fc7..0000000 --- a/test/core/test/UnitTest.java +++ /dev/null @@ -1,15 +0,0 @@ -import org.junit.Before; - -import temalab.model.Field; -import temalab.model.Position; -import temalab.model.Unit; -import temalab.model.Field.Type; - -public class UnitTest { - private Unit unit; - - @Before - public void init(){ - //unit = new Unit(new Field(new Position(0,0), Type.FOREST), new Team(), "TANK.txt"); - } -}