mirror of https://github.com/shred/acme4j
SpotBugs fix
parent
49677d8dbc
commit
323788dfdb
|
@ -57,8 +57,8 @@ public class AcmeRetryAfterExceptionTest {
|
|||
* Test that date is required.
|
||||
*/
|
||||
@Test(expected = NullPointerException.class)
|
||||
public void testRequiredAcmeRetryAfterException() {
|
||||
new AcmeRetryAfterException("null-test", null);
|
||||
public void testRequiredAcmeRetryAfterException() throws AcmeException {
|
||||
throw new AcmeRetryAfterException("null-test", null);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue