1
0
forked from VimPlug/jedi

Remove a few unicode references in tests

This commit is contained in:
Dave Halter
2020-07-02 03:18:48 +02:00
parent ef96c4c66b
commit 5a912de937
4 changed files with 8 additions and 13 deletions

View File

@@ -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()