1
0
forked from VimPlug/jedi

Revert some of the Decoratee changes

This commit is contained in:
Dave Halter
2020-06-27 02:17:53 +02:00
parent 804b0f0d06
commit 4188526e2d
2 changed files with 1 additions and 27 deletions

View File

@@ -440,7 +440,7 @@ def test_method_decorator(Script):
Foo().check_user''')
d, = Script(code).infer()
assert d.docstring() == 'check_user(f)\n\nNice docstring'
assert d.docstring() == 'wrapper(f)\n\nNice docstring'
def test_partial(Script):