removed unnecessary unit test

pull/630/head
Justin Richer 2014-07-02 15:05:37 -04:00
parent e1b4df74f0
commit 3412c1877e
1 changed files with 0 additions and 9 deletions

View File

@ -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 {