diff options
| author | Bobby <[email protected]> | 2022-08-30 19:59:24 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 19:59:24 -0400 |
| commit | c84e478f17ca4784a20aa842c2c10469c6a2379f (patch) | |
| tree | c690f31186c639bc742dd5082dba02231c7094f4 /tests | |
| parent | 93377ec71c4c31c8edeae09ac5a00df7eeed1970 (diff) | |
| download | edify-c84e478f17ca4784a20aa842c2c10469c6a2379f.tar.xz edify-c84e478f17ca4784a20aa842c2c10469c6a2379f.zip | |
Fixing Checks
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_edify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_edify.py b/tests/test_edify.py index 7dcadb9..bb81dbc 100644 --- a/tests/test_edify.py +++ b/tests/test_edify.py @@ -1,4 +1,5 @@ from edify.main import main + def test_main(): assert main() == 0 |
