Correct a test

This commit is contained in:
Dave Halter
2020-04-27 09:59:25 +02:00
parent c314e1c36e
commit d606ea6759

View File

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