[ADD] Static Data Test

This commit is contained in:
Robin Koedood
2021-01-06 17:07:26 +01:00
parent 187f45b770
commit e5e0916555
4 changed files with 56 additions and 12 deletions

View File

@@ -68,8 +68,8 @@ public class LocationTest {
@Test
public void coordinateDoublesTest(){
double[] testDoubles = new double[2];
testDoubles[0] = 15.4;
testDoubles[1] = 27.5;
testDoubles[0] = 27.5;
testDoubles[1] = 15.4;
double [] expectedCoordAsDouble = testDoubles;
String expectedStringFromDouble = "15.4,27.5";