mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-13 09:24:25 +02:00
Fix typo in test name of new tests.
This commit is contained in:
@@ -6,7 +6,7 @@ import java.net.URL;
|
||||
import com.rarchives.ripme.ripper.rippers.BcfakesRipper;
|
||||
|
||||
public class BcfakesRipperTest extends RippersTest {
|
||||
public void testVidbleRip() throws IOException {
|
||||
public void testRip() throws IOException {
|
||||
BcfakesRipper ripper = new BcfakesRipper(new URL("http://www.bcfakes.com/celebritylist/olivia-wilde/"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
@@ -6,7 +6,7 @@ import java.net.URL;
|
||||
import com.rarchives.ripme.ripper.rippers.CfakeRipper;
|
||||
|
||||
public class CfakeRipperTest extends RippersTest {
|
||||
public void testVidbleRip() throws IOException {
|
||||
public void testRip() throws IOException {
|
||||
CfakeRipper ripper = new CfakeRipper(new URL("http://cfake.com/picture/Zooey_Deschanel/1264"));
|
||||
testRipper(ripper);
|
||||
}
|
||||
|
Reference in New Issue
Block a user