This commit is contained in:
2020-02-20 11:27:09 +01:00
2 changed files with 10 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ import inf112.fiasko.roborally.objects.Tile;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
public class TileTest {
private Tile tile;