Skip to content

Commit 5e8aedd

Browse files
committed
Update test so it passes with feedback code.
1 parent e13c11a commit 5e8aedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_self.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def test_super_init_with_non_self_argument(self) -> None:
350350
expected = textwrap.dedent(
351351
f"""
352352
************* Module super_init_with_non_self_argument
353-
{module1}:13:8: E1121: Too many positional arguments for __init__ call (too-many-function-args)
353+
{module1}:13:8: E1121: Too many positional arguments for method call (too-many-function-args)
354354
"""
355355
)
356356
assert self._clean_paths(expected.strip()) == actual_output.strip()

0 commit comments

Comments
 (0)