diff --git a/test/test_api/test_full_name.py b/test/test_api/test_full_name.py index e4d9d34d..9956e6be 100644 --- a/test/test_api/test_full_name.py +++ b/test/test_api/test_full_name.py @@ -111,4 +111,4 @@ def test_os_path(Script): def test_os_issues(Script): """Issue #873""" - assert not Script('import os\nos.nt''').completions() + assert [c.name for c in Script('import os\nos.nt''').completions()] == ['nt']