Fix tests

This commit is contained in:
Kyle Robbertze 2020-01-22 12:14:40 +02:00
parent 6213604341
commit e8a0783139
8 changed files with 20 additions and 79 deletions

View file

@ -1,5 +1,5 @@
import unittest
from .. api_client import ApcUrl, UrlBadParam, IncompleteUrl
from api_clients.api_client import ApcUrl, UrlBadParam, IncompleteUrl
class TestApcUrl(unittest.TestCase):
def test_init(self):