diff --git a/test/test_compiled.py b/test/test_compiled.py index 8ea00e80..1e9d03c1 100644 --- a/test/test_compiled.py +++ b/test/test_compiled.py @@ -39,5 +39,4 @@ def test_call_signatures_stdlib(): s = jedi.Script(code) defs = s.call_signatures() for call_def in defs: - for p in call_def.params: - assert str(p) == 'x' + assert len(call_def.params) == 1