Fix one of the tests modifying "," by "."

This commit is contained in:
Cavero Barca
2020-01-15 00:20:15 +01:00
parent 210e4b05d0
commit 83ccbee472

View File

@@ -43,7 +43,7 @@ public class StringConcatenationUnitTest {
"oops");
assertEquals("I ate 2.51 blueberry pies, oops...", myString);
assertEquals("I ate 2,51 blueberry pies, oops...", myString);
}
@Test