Fix package test

This commit is contained in:
Roman Mogylatov 2020-09-17 22:08:31 -04:00
parent ffb591a11c
commit 0d1334638f

View File

@ -30,7 +30,7 @@ class WiringTest(unittest.TestCase):
def test_package_lookup(self):
from .package.subpackage.submodule import test_function
service = module.test_function()
service = test_function()
self.assertIsInstance(service, Service)
def test_class_wiring(self):