aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/plugin_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py
index bc7f7cc8..39705599 100644
--- a/tests/plugin_tests.py
+++ b/tests/plugin_tests.py
@@ -69,8 +69,8 @@ class MockPlugin(Plugin):
class NamedMockPlugin(Plugin):
- """This plugin has a description."""
+ short_desc = "This plugin has a description."
plugin_name = "testing"
def setup(self):