mirror of
https://gitee.com/dromara/hutool.git
synced 2026-02-09 09:16:26 +08:00
fix issue IDFPGR,修改测试方法名
This commit is contained in:
@@ -5,7 +5,7 @@ import static org.junit.jupiter.api.Assertions.assertThrows;
|
||||
|
||||
public class RadixUtilTest {
|
||||
@Test
|
||||
public void issueTest() {
|
||||
public void issueIDFPGRTest() {
|
||||
String radixs = "0123456789ABC"; // base 13
|
||||
String bad = "1X3"; // 'X' 不在 radix 中
|
||||
assertThrows(IllegalArgumentException.class, () -> {
|
||||
|
||||
Reference in New Issue
Block a user