diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/plugin_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/plugin_tests.py b/tests/plugin_tests.py index 60d59d6f..c03e313e 100644 --- a/tests/plugin_tests.py +++ b/tests/plugin_tests.py @@ -92,6 +92,7 @@ class EnablerPlugin(Plugin): class MockOptions(object): all_logs = False + log_size = 25 class PluginToolTests(unittest.TestCase): |