Change name to bigDecimalWithoutScientificNotationTest()
This commit is contained in:
parent
8be6c2e20d
commit
2e47ddb944
|
@ -133,7 +133,7 @@ public class BigDecimalDemoUnitTest {
|
||||||
* To String without ScientificNotation
|
* To String without ScientificNotation
|
||||||
*/
|
*/
|
||||||
@Test
|
@Test
|
||||||
public void bigDecimalWithoutScientificNotation() {
|
public void bigDecimalWithoutScientificNotationTest() {
|
||||||
String input = RandomStringUtils.randomNumeric(12)
|
String input = RandomStringUtils.randomNumeric(12)
|
||||||
+ "12345678901234567"
|
+ "12345678901234567"
|
||||||
+ "8901234567890123"
|
+ "8901234567890123"
|
||||||
|
|
Loading…
Reference in New Issue