1
0
mirror of https://github.com/inf112-v20/Fiasko.git synced 2025-07-11 02:24:43 +02:00
This commit is contained in:
2020-02-20 11:27:09 +01:00
2 changed files with 10 additions and 13 deletions
Deliverables
src/test/java/inf112/fiasko/roborally

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