Fix deprecation in unit test

pull/129/head
Richard Körber 2021-07-03 09:55:43 +02:00
parent a3ed2257b6
commit 24af42b6b9
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 2 additions and 1 deletions

View File

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