aboutsummaryrefslogtreecommitdiff
path: root/tests/test_edify.py
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-08-30 19:31:05 -0400
committerBobby <[email protected]>2022-08-30 19:31:05 -0400
commitf6e82d4b56d2385dfdf8344af9ceab4f768f7ecc (patch)
tree8d8dd20ea62523d0d174e5d81146bf07179d49c1 /tests/test_edify.py
parent2c5d5dfade03218aa8781c145114d700e93a3739 (diff)
downloadedify-f6e82d4b56d2385dfdf8344af9ceab4f768f7ecc.tar.xz
edify-f6e82d4b56d2385dfdf8344af9ceab4f768f7ecc.zip
Fixing Tests
Diffstat (limited to 'tests/test_edify.py')
-rw-r--r--tests/test_edify.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py
index b4f6981..66ee454 100644
--- a/tests/test_edify.py
+++ b/tests/test_edify.py
@@ -3,5 +3,4 @@ from edify import main
def test_main():
- if main() is None:
- assert True
+ assert main.main() == None