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

Forbedrer kodestil

This commit is contained in:
Kristian Knarvik 2020-02-04 20:00:57 +01:00
parent 6bc58a29d3
commit eb5e6160fb

@ -5,7 +5,10 @@ import inf112.fiasko.roborally.abstractions.GameTexture;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertSame;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
public class DrawableObjectTest {