mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-30 09:10:44 +02:00
Remove reduntent unit test
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
package com.rarchives.ripme.tst.ripper.rippers;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.net.URL;
|
||||
|
||||
import com.rarchives.ripme.ripper.rippers.TapasticRipper;
|
||||
|
||||
public class TapasRipperTest extends RippersTest {
|
||||
public void testTapasRipperAlbum() throws IOException {
|
||||
TapasticRipper ripper = new TapasticRipper(new URL("https://tapas.io/series/tsiwbakd-comic"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
@@ -7,7 +7,7 @@ import com.rarchives.ripme.ripper.rippers.TapasticRipper;
|
||||
|
||||
public class TapasticRipperTest extends RippersTest {
|
||||
public void testTapasticRip() throws IOException {
|
||||
TapasticRipper ripper = new TapasticRipper(new URL("http://tapastic.com/episode/2139"));
|
||||
TapasticRipper ripper = new TapasticRipper(new URL("https://tapas.io/series/tsiwbakd-comic"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user