aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_edify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py
index 66ee454..782c347 100644
--- a/tests/test_edify.py
+++ b/tests/test_edify.py
@@ -3,4 +3,5 @@ from edify import main
def test_main():
- assert main.main() == None
+ if main.main() is None:
+ assert True