diff options
| author | Bobby <[email protected]> | 2022-08-30 19:19:30 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 19:19:30 -0400 |
| commit | e0a82508dd9042b55a1a373382c81e5b3b0529e7 (patch) | |
| tree | 26809b6299334f27ecf77f38bfa2f3dd506c0ac0 /tests | |
| parent | 4ad0ad71085d08ecc843ff0e0898436b95fbe30a (diff) | |
| download | edify-e0a82508dd9042b55a1a373382c81e5b3b0529e7.tar.xz edify-e0a82508dd9042b55a1a373382c81e5b3b0529e7.zip | |
Change Main Function
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_edify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py index 66af90a..b4f6981 100644 --- a/tests/test_edify.py +++ b/tests/test_edify.py @@ -1,7 +1,7 @@ -from edify import __main__ +from edify import main def test_main(): - if __main__.main() is None: + if main() is None: assert True |
