Replaced 404ing url with a url that's not 404ing

This commit is contained in:
cyian-1756 2018-09-23 02:47:27 -04:00
parent 8fbac6e94f
commit 30d785a2c8

View File

@ -33,7 +33,7 @@ public class EromeRipperTest extends RippersTest {
}
public void testRip() throws IOException {
URL url = new URL("https://www.erome.com/a/4FqeUxil");
URL url = new URL("https://www.erome.com/a/vlefBdsg");
EromeRipper ripper = new EromeRipper(url);
testRipper(ripper);
}