Change name to bigDecimalWithoutScientificNotationTest()

This commit is contained in:
YuCheng Hu 2020-02-25 09:32:13 -05:00
parent 8be6c2e20d
commit 2e47ddb944
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class BigDecimalDemoUnitTest {
* To String without ScientificNotation
*/
@Test
public void bigDecimalWithoutScientificNotation() {
public void bigDecimalWithoutScientificNotationTest() {
String input = RandomStringUtils.randomNumeric(12)
+ "12345678901234567"
+ "8901234567890123"