Flytter RoboRallyGameTest til korrekt pakke

This commit is contained in:
Kristian Knarvik 2020-03-02 19:03:45 +01:00
parent bdf60e82ce
commit 52046fea40

View File

@ -1,9 +1,7 @@
package inf112.fiasko.roborally.game_wrapper;
package inf112.fiasko.roborally.objects;
import static org.junit.Assert.assertTrue;
import inf112.fiasko.roborally.objects.IDrawableGame;
import inf112.fiasko.roborally.objects.RoboRallyGame;
import org.junit.Before;
import org.junit.Test;