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 that date is required.
|
||||||
*/
|
*/
|
||||||
@Test(expected = NullPointerException.class)
|
@Test(expected = NullPointerException.class)
|
||||||
public void testRequiredAcmeRetryAfterException() {
|
public void testRequiredAcmeRetryAfterException() throws AcmeException {
|
||||||
new AcmeRetryAfterException("null-test", null);
|
throw new AcmeRetryAfterException("null-test", null);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue