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