diff --git a/tests/query/highlights/python/functions.py b/tests/query/highlights/python/functions.py index 754d5b64c..2c2e7b1b3 100644 --- a/tests/query/highlights/python/functions.py +++ b/tests/query/highlights/python/functions.py @@ -4,7 +4,7 @@ _ = func() # ^^^^ @function.call "{}".format(1) -# ^^^^^^ @function.call +# ^^^^^^ @function.method.call class Foo: def method(self) -> None: ...