Optimize build (#1582)
This commit is contained in:
committed by
GitHub
parent
4d08f3db6d
commit
e7cc45644e
@@ -14,9 +14,9 @@ import java.io.IOException;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
public class JsoupParserTest {
|
||||
public class JsoupParserIntegrationTest {
|
||||
|
||||
Document doc;
|
||||
private Document doc;
|
||||
|
||||
@Before
|
||||
public void setUp() throws IOException {
|
||||
Reference in New Issue
Block a user