mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
Correct a test
This commit is contained in:
@@ -101,4 +101,4 @@ def test_signature():
|
||||
])
|
||||
|
||||
s, = jedi.Interpreter('some_signature', [locals()]).goto()
|
||||
assert s.docstring() == 'some_signature(* bar)'
|
||||
assert s.docstring() == 'some_signature(*, bar=1)'
|
||||
|
||||
Reference in New Issue
Block a user