Undo the test fixing because is a wrong behavior in Windows
This commit is contained in:
parent
aac0d3598f
commit
632f6d6c9e
|
@ -43,7 +43,7 @@ public class StringConcatenationUnitTest {
|
||||||
"oops");
|
"oops");
|
||||||
|
|
||||||
|
|
||||||
assertEquals("I ate 2,51 blueberry pies, oops...", myString);
|
assertEquals("I ate 2.51 blueberry pies, oops...", myString);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
|
Loading…
Reference in New Issue