mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-08 14:54:47 +08:00
Fix the issues that were changed by removing start_pos from the api classes.
This commit is contained in:
@@ -48,7 +48,7 @@ def test_nested_resolve():
|
||||
|
||||
cls = get_completion('XX', locals())
|
||||
func = get_completion('XX.x', locals())
|
||||
assert func.start_pos == (cls.start_pos[0] + 1, 12)
|
||||
assert (func.line, func.column) == (cls.line + 1, 12)
|
||||
|
||||
|
||||
def test_side_effect_completion():
|
||||
|
||||
Reference in New Issue
Block a user