diff --git a/tests/test_main.py b/tests/test_main.py index 3a90396..623ab20 100644 --- a/tests/test_main.py +++ b/tests/test_main.py @@ -14,7 +14,7 @@ def test_supported(): def test_count_supported(): - count = 16 + count = 17 if AceFile(None).supported(): count += 1