forked from VimPlug/jedi
Remove a few unicode references in tests
This commit is contained in:
@@ -7,7 +7,7 @@ def test_goto_keyword(Script):
|
||||
"""
|
||||
Bug: goto assignments on ``in`` used to raise AttributeError::
|
||||
|
||||
'unicode' object has no attribute 'generate_call_path'
|
||||
'str' object has no attribute 'generate_call_path'
|
||||
"""
|
||||
Script('in').goto()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user