mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
change link
This commit is contained in:
@@ -12,7 +12,7 @@ import org.junit.jupiter.api.Test;
|
||||
import java.security.KeyPair;
|
||||
|
||||
/**
|
||||
*https://github.com/dromara/hutool/issues/3205
|
||||
*https://github.com/chinabugotech/hutool/issues/3205
|
||||
*/
|
||||
public class Issue3205Test {
|
||||
@Test
|
||||
|
@@ -47,7 +47,7 @@ public class JWTUtilTest {
|
||||
@Test
|
||||
public void parseNullTest(){
|
||||
assertThrows(IllegalArgumentException.class, () -> {
|
||||
// https://gitee.com/dromara/hutool/issues/I5OCQB
|
||||
// https://gitee.com/chinabugotech/hutool/issues/I5OCQB
|
||||
JWTUtil.parseToken(null);
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user