mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-06-28 04:04:42 +02:00
Fjerner unødvendige importeringer i PositionTest
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user