mirror of
https://github.com/spaam/svtplay-dl.git
synced 2024-11-24 04:05:39 +01:00
Right module name in svtplay test
This commit is contained in:
parent
334df13ddd
commit
12ca98359f
@ -7,11 +7,11 @@
|
||||
|
||||
from __future__ import absolute_import
|
||||
import unittest
|
||||
import svtplay.service.svtplay
|
||||
import svtplay_dl.service.svtplay
|
||||
|
||||
class handleTest(unittest.TestCase):
|
||||
def setUp(self):
|
||||
self.svtplay = svtplay.service.svtplay.Svtplay()
|
||||
self.svtplay = svtplay_dl.service.svtplay.Svtplay()
|
||||
|
||||
def handle_svtplay_se_test(self):
|
||||
self.assertTrue(self.svtplay.handle(
|
||||
|
Loading…
Reference in New Issue
Block a user