Merge pull request #835 from cyian-1756/loveromsUnittest

Removed failing unit test
This commit is contained in:
cyian-1756 2018-07-26 10:52:10 -04:00 committed by GitHub
commit 7b5e661987
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,8 +6,5 @@ import java.io.IOException;
import java.net.URL;
public class LoveromRipperTest extends RippersTest{
public void testRip() throws IOException {
LoveromRipper ripper = new LoveromRipper(new URL("https://www.loveroms.com/download/nintendo/adventures-of-tom-sawyer-u/107165"));
testRipper(ripper);
}
}