removed unnecessary unit test
parent
e1b4df74f0
commit
3412c1877e
|
@ -285,15 +285,6 @@ public class TestDefaultJwtEncryptionAndDecryptionService {
|
|||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void runAfterPropertiesSet() throws NoSuchAlgorithmException,
|
||||
InvalidKeySpecException, JOSEException {
|
||||
|
||||
// TODO : Need more meaningful test here
|
||||
service.afterPropertiesSet();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void getAllPubKeys() throws ParseException {
|
||||
|
||||
|
|
Loading…
Reference in New Issue