Skip to content

Commit b12cb3c

Browse files
committed
Optimized imports
1 parent 520be28 commit b12cb3c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

api/src/test/java/net/adamcin/httpsig/api/DefaultVerifierTest.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,14 @@
2828
package net.adamcin.httpsig.api;
2929

3030

31-
import net.adamcin.commons.testing.junit.TestBody;
32-
import org.junit.Test;
31+
import static org.junit.Assert.assertFalse;
32+
import static org.junit.Assert.assertTrue;
3333

34-
import java.lang.reflect.Array;
3534
import java.util.Arrays;
36-
import java.util.Collections;
3735
import java.util.List;
3836

39-
import static org.junit.Assert.*;
37+
import net.adamcin.commons.testing.junit.TestBody;
38+
import org.junit.Test;
4039

4140
public class DefaultVerifierTest {
4241

0 commit comments

Comments
 (0)