1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-28 16:19:58 +02:00

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

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);
}
}