Commit ec5fc9c8 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_jio_ui_test: Fix typo on the method name (afterSetup > afterSetUp)

parent dd1f7992
...@@ -33,9 +33,9 @@ class TestSlapOSUIHalStyle(SlapOSTestCaseMixin, ERP5TypeFunctionalTestCase): ...@@ -33,9 +33,9 @@ class TestSlapOSUIHalStyle(SlapOSTestCaseMixin, ERP5TypeFunctionalTestCase):
foreground = 0 foreground = 0
run_only = "slaposjs_zuite" run_only = "slaposjs_zuite"
def afterSetup(self): def afterSetUp(self):
ERP5TypeFunctionalTestCase.afterSetup(self) ERP5TypeFunctionalTestCase.afterSetUp(self)
SlapOSTestCaseMixin.afterSetup(self) SlapOSTestCaseMixin.afterSetUp(self)
def test_suite(): def test_suite():
suite = unittest.TestSuite() suite = unittest.TestSuite()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment