Fix one of the tests modifying "," by "."
This commit is contained in:
parent
74246a69ec
commit
54582f10f7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue