diff --git a/tests/test_plugin.py b/tests/test_plugin.py index cd71effd..28ac17bf 100644 --- a/tests/test_plugin.py +++ b/tests/test_plugin.py @@ -9,7 +9,7 @@ from jrnl.plugins.exporter import json as json_exporter try: from jrnl.contrib.exporter import testing as testing_exporter -except: +except ImportError: testing_exporter = None