1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-13 01:14:14 +02:00

Change NewgroundsRipper test name

This commit is contained in:
Zopyrion
2019-06-17 03:02:29 -04:00
parent a2b8183c6d
commit 8d398593a6

View File

@@ -7,7 +7,7 @@ import java.net.URL;
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"));
testRipper(ripper);
}