summaryrefslogtreecommitdiff
path: root/tests/functional/i
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2022-01-24 20:19:17 +0100
committerGitHub <noreply@github.com>2022-01-24 20:19:17 +0100
commit6977e48ab9399ce9d953ea86fb480d362d9cb6db (patch)
tree6a1e54ee26e1683de3c0382c8d0089b1f70dd27c /tests/functional/i
parent7611ec443509888b96087d1519be9d73cf3b4c79 (diff)
downloadpylint-git-6977e48ab9399ce9d953ea86fb480d362d9cb6db.tar.gz
Fix ``super-init-not-called`` if parent or ``self`` is a ``Protocol`` (#5697)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'tests/functional/i')
-rw-r--r--tests/functional/i/init_not_called.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/i/init_not_called.txt b/tests/functional/i/init_not_called.txt
index 9d04c923f..f1779a26a 100644
--- a/tests/functional/i/init_not_called.txt
+++ b/tests/functional/i/init_not_called.txt
@@ -1,2 +1,2 @@
-super-init-not-called:25:4:26:27:ZZZZ.__init__:__init__ method from base class 'BBBB' is not called:UNDEFINED
-super-init-not-called:58:4:59:20:AssignedInit.__init__:__init__ method from base class 'NewStyleC' is not called:UNDEFINED
+super-init-not-called:25:4:26:27:ZZZZ.__init__:__init__ method from base class 'BBBB' is not called:INFERENCE
+super-init-not-called:58:4:59:20:AssignedInit.__init__:__init__ method from base class 'NewStyleC' is not called:INFERENCE