Undo the test fixing because is a wrong behavior in Windows

This commit is contained in:
Cavero Barca 2020-01-15 00:37:13 +01:00
parent aac0d3598f
commit 632f6d6c9e
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