diff --git a/python/tests/test_enry.py b/python/tests/test_enry.py index 22ff708..5837f24 100644 --- a/python/tests/test_enry.py +++ b/python/tests/test_enry.py @@ -98,5 +98,5 @@ def test_get_languages(): def test_get_language_extensions(): assert get_language_extensions("Python") == [".py", ".cgi", ".fcgi", ".gyp", ".gypi", ".lmi", ".py3", ".pyde", - ".pyi", ".pyp", ".pyt", ".pyw", ".rpy", ".smk", ".spec", ".tac", + ".pyi", ".pyp", ".pyt", ".pyw", ".rpy", ".spec", ".tac", ".wsgi", ".xpy"]