removed unused import from PositionTest

This commit is contained in:
Petter Tobias Madsen 2020-02-18 15:00:36 +01:00
parent 69df661e58
commit 14b90786c5

View File

@ -1,7 +1,6 @@
package inf112.fiasko.roborally;
import inf112.fiasko.roborally.game.Position;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;