mirror of
https://github.com/RipMeApp/ripme.git
synced 2025-08-26 23:34:53 +02:00
Fixed failing unit test
This commit is contained in:
@@ -21,7 +21,6 @@ public class EightmusesRipperTest extends RippersTest {
|
||||
public void testGID() throws IOException {
|
||||
EightmusesRipper ripper = new EightmusesRipper(new URL("https://www.8muses.com/comix/album/Affect3D-Comics/TheDude3DX/Lust-Unleashed-The-Urge-To-Explore"));
|
||||
assertEquals("Affect3D-Comics", ripper.getGID(new URL("https://www.8muses.com/comics/album/Affect3D-Comics/TheDude3DX/Lust-Unleashed-The-Urge-To-Explore")));
|
||||
assertEquals("Affect3D-Comics", ripper.getSubdir("After Party - Issue 1"));
|
||||
}
|
||||
|
||||
public void testGetSubdir() throws IOException {
|
||||
|
Reference in New Issue
Block a user