mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-09 23:34:45 +08:00
Fixed a few failing tests, that were failing, because of the qualified_names changes
This commit is contained in:
@@ -169,4 +169,4 @@ def test_qualified_names(same_process_evaluator, obj, expected_names):
|
||||
same_process_evaluator,
|
||||
DirectObjectAccess(same_process_evaluator, obj)
|
||||
)
|
||||
assert o.get_qualified_names() == expected_names
|
||||
assert o.get_qualified_names() == tuple(expected_names)
|
||||
|
||||
Reference in New Issue
Block a user