mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Minor change, because of typeshed changes
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user