mirror of
				https://github.com/inf112-v20/Fiasko.git
				synced 2025-11-03 19:23:45 +01:00 
			
		
		
		
	Fixed typo and imports.
This commit is contained in:
		@@ -42,5 +42,5 @@ public class PositionTest {
 | 
			
		||||
    public void equalXandDifferentYIsNotEqual() { assertNotEquals(testPosition1, testPosition6);}
 | 
			
		||||
 | 
			
		||||
    @Test
 | 
			
		||||
    public void equalYandDifferentYXIsNotEqual() { assertNotEquals(testPosition1, testPosition5);}
 | 
			
		||||
    public void equalYandDifferentXIsNotEqual() { assertNotEquals(testPosition1, testPosition5);}
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,5 @@
 | 
			
		||||
package inf112.fiasko.roborally.element_properties;
 | 
			
		||||
 | 
			
		||||
import inf112.fiasko.roborally.element_properties.TileType;
 | 
			
		||||
import org.junit.Test;
 | 
			
		||||
 | 
			
		||||
import java.util.ArrayList;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,5 @@
 | 
			
		||||
package inf112.fiasko.roborally.element_properties;
 | 
			
		||||
 | 
			
		||||
import inf112.fiasko.roborally.element_properties.TileType;
 | 
			
		||||
import inf112.fiasko.roborally.element_properties.WallType;
 | 
			
		||||
import org.junit.Test;
 | 
			
		||||
 | 
			
		||||
import java.util.ArrayList;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,6 @@
 | 
			
		||||
package inf112.fiasko.roborally.objects;
 | 
			
		||||
 | 
			
		||||
import inf112.fiasko.roborally.element_properties.Direction;
 | 
			
		||||
import inf112.fiasko.roborally.objects.Wall;
 | 
			
		||||
import inf112.fiasko.roborally.element_properties.WallType;
 | 
			
		||||
import static org.junit.Assert.assertEquals;
 | 
			
		||||
import org.junit.Test;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user