mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-13 17:34:13 +02:00
Change NewgroundsRipper test name
This commit is contained in:
@@ -7,7 +7,7 @@ import java.net.URL;
|
|||||||
|
|
||||||
public class NewgroundsRipperTest extends RippersTest {
|
public class NewgroundsRipperTest extends RippersTest {
|
||||||
|
|
||||||
public void testImgboxRip() throws IOException {
|
public void testNewgroundsRip() throws IOException {
|
||||||
NewgroundsRipper ripper = new NewgroundsRipper(new URL("https://zone-sama.newgrounds.com/art"));
|
NewgroundsRipper ripper = new NewgroundsRipper(new URL("https://zone-sama.newgrounds.com/art"));
|
||||||
testRipper(ripper);
|
testRipper(ripper);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user