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

This commit is contained in:
Cavero Barca 2020-01-15 00:20:15 +01:00
parent 74246a69ec
commit 54582f10f7
1 changed files with 1 additions and 1 deletions

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