Skip to content

Commit 95f7697

Browse files
lucaswimansmarie
andauthored
Update tests/test_issues.py
Co-authored-by: Sylvain Marié <sylvain.marie@schneider-electric.com>
1 parent 7ef4191 commit 95f7697

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_issues.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ def test_issue_85_wrapped_forwardref_annotation():
262262
def decorated(*args, **kwargs):
263263
return issue_85_module.forwardref_method(*args, **kwargs, bar="x")
264264

265+
# Make sure the wrapper function works as expected
265266
assert decorated(issue_85_module.ForwardRef()) == "defaultx"
266267

267268
# Check that the type hints of the wrapper are ok with the forward reference correctly resolved

0 commit comments

Comments
 (0)