Skip to content

Commit 89a7e38

Browse files
committed
tests fix
1 parent fcd99c0 commit 89a7e38

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_jmcomic/test_jm_custom.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ def pname(self):
3636
os.path.abspath(save_dir),
3737
os.path.abspath(base_dir + dic[1] + '/' + dic[2]),
3838
)
39+
JmModuleConfig.CLASS_ALBUM = JmAlbumDetail
40+
JmModuleConfig.CLASS_PHOTO = JmPhotoDetail
3941

4042
def test_extends_api_client(self):
4143
class MyClient(JmApiClient):

0 commit comments

Comments
 (0)