Skip to content

Commit

Permalink
addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SreeniIO committed Apr 11, 2020
1 parent f75cb62 commit d1e8669
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions unirest/src/test/java/BehaviorTests/GZipTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@
package BehaviorTests;

import kong.unirest.HttpResponse;
import kong.unirest.ObjectMapper;
import kong.unirest.Unirest;
import org.junit.Test;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;

import java.util.Map;

public class GZipTest extends BddTest {
@Test
public void emptyGzip() {
Expand Down

0 comments on commit d1e8669

Please sign in to comment.