aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_edify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py
index 0aea1ab..f6d58b1 100644
--- a/tests/test_edify.py
+++ b/tests/test_edify.py
@@ -1,6 +1,6 @@
-from edify import main
+from edify import __main__
def test_main():
- pass
+ assert __main__.main() == None