1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-04-30 15:36:25 +02:00

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

@ -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;