mirror of https://github.com/shred/acme4j
Fix deprecation in unit test
parent
a3ed2257b6
commit
24af42b6b9
|
@ -13,8 +13,9 @@
|
|||
*/
|
||||
package org.shredzone.acme4j.util;
|
||||
|
||||
import static org.hamcrest.MatcherAssert.assertThat;
|
||||
import static org.hamcrest.Matchers.*;
|
||||
import static org.junit.Assert.*;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
import java.io.ByteArrayOutputStream;
|
||||
import java.io.IOException;
|
||||
|
|
Loading…
Reference in New Issue