diff --git a/src/test/java/com/rarchives/ripme/tst/ripper/rippers/MangadexRipperTest.java b/src/test/java/com/rarchives/ripme/tst/ripper/rippers/MangadexRipperTest.java index 70aa5aaf..62aabf7c 100644 --- a/src/test/java/com/rarchives/ripme/tst/ripper/rippers/MangadexRipperTest.java +++ b/src/test/java/com/rarchives/ripme/tst/ripper/rippers/MangadexRipperTest.java @@ -11,5 +11,12 @@ public class MangadexRipperTest extends RippersTest{ MangadexRipper ripper = new MangadexRipper(new URL("https://mangadex.org/chapter/467904/")); testRipper(ripper); } + public class testMangaRip extends RippersTest{ + + public void testRip() throws IOException { + MangadexRipper ripper = new MangadexRipper(new URL("https://mangadex.org/title/44625/this-croc-will-die-in-100-days")); + testRipper(ripper); + } + } }