diff --git a/tests/cli/plugins/test_example.py b/tests/cli/plugins/test_example.py index 0f9d21d..5de3c2d 100644 --- a/tests/cli/plugins/test_example.py +++ b/tests/cli/plugins/test_example.py @@ -1,9 +1,9 @@ """Tests for Example Plugin.""" -from wo.utils import test +from wo.utils import WOTestCase -class ExamplePluginTestCase(test.WOTestCase): +class ExamplePluginTestCase(WOTestCase): def test_load_example_plugin(self): self.app.setup() self.app.plugin.load_plugin('example')