mirror of
				https://github.com/inf112-v20/Fiasko.git
				synced 2025-11-04 11:43:44 +01:00 
			
		
		
		
	fixed issues with camel case in position test
This commit is contained in:
		@@ -13,11 +13,11 @@ public class PositionTest {
 | 
			
		||||
        testPosition = new Position(3, 4);
 | 
			
		||||
    }
 | 
			
		||||
    @Test
 | 
			
		||||
    public void TestGetXPosition(){
 | 
			
		||||
    public void testGetXPosition(){
 | 
			
		||||
        assertEquals(3,testPosition.getXCoordinate());
 | 
			
		||||
    }
 | 
			
		||||
    @Test
 | 
			
		||||
    public void TestGetYPosition(){
 | 
			
		||||
    public void testGetYPosition(){
 | 
			
		||||
        assertEquals(4,testPosition.getYCoordinate());
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user