mirror of
https://github.com/inf112-v20/Fiasko.git
synced 2025-02-07 18:49:34 +01:00
fixed issues with camel case in position test
This commit is contained in:
parent
f3120d1047
commit
f5a9a6d423
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user