Change test class name
This commit is contained in:
parent
6f496d0d5c
commit
a5f47f8fa8
|
@ -5,7 +5,7 @@ import org.junit.Test;
|
|||
import static com.baeldung.formatNumber.FormatNumber.*;
|
||||
import static org.assertj.core.api.Assertions.*;
|
||||
|
||||
public class FormatNumberTest {
|
||||
public class FormatNumberUnitTest {
|
||||
private static final double D = 4.2352989244d;
|
||||
private static final double F = 8.6994540927d;
|
||||
|
Loading…
Reference in New Issue