mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-01-31 23:29:36 +01:00
Fjerner unødvendige importeringer i PositionTest
This commit is contained in:
parent
2ec9da5396
commit
481db78242
@ -3,7 +3,8 @@ package inf112.fiasko.roborally.element_properties;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNotEquals;
|
||||
|
||||
public class PositionTest {
|
||||
private Position testPosition1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user