Skip to content

Commit

Permalink
Fix test for Jedi 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmashinho committed Dec 14, 2024
1 parent eb61ccd commit 40b50b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/plugins/test_completion.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,7 @@ def test_jedi_completion_with_fuzzy_enabled(config, workspace) -> None:

assert items

expected = "commonprefix(m)"
if JEDI_VERSION == "0.18.0":
expected = "commonprefix(list)"
expected = "isabs(s)"
assert items[0]["label"] == expected

# Test we don't throw with big character
Expand Down

0 comments on commit 40b50b1

Please sign in to comment.