Skip to content

Commit d1e8669

Browse files
committed
addressed review comments
1 parent f75cb62 commit d1e8669

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

unirest/src/test/java/BehaviorTests/GZipTest.java

-3
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,12 @@
2626
package BehaviorTests;
2727

2828
import kong.unirest.HttpResponse;
29-
import kong.unirest.ObjectMapper;
3029
import kong.unirest.Unirest;
3130
import org.junit.Test;
3231

3332
import static org.junit.Assert.assertEquals;
3433
import static org.junit.Assert.assertFalse;
3534

36-
import java.util.Map;
37-
3835
public class GZipTest extends BddTest {
3936
@Test
4037
public void emptyGzip() {

0 commit comments

Comments
 (0)