mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
change test and fix Spring bug
This commit is contained in:
@@ -116,6 +116,6 @@ public class JWTSignerTest {
|
||||
.setSigner(signer);
|
||||
|
||||
String token = jwt.sign();
|
||||
Assert.assertTrue(JWT.of(token).setSigner(signer).verify());
|
||||
Assert.assertTrue(JWT.of(token).verify(signer));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user