diff --git a/tests/query/highlights/python/functions.py b/tests/query/highlights/python/functions.py index 17a7ee04f..81d369f82 100644 --- a/tests/query/highlights/python/functions.py +++ b/tests/query/highlights/python/functions.py @@ -1,7 +1,7 @@ def func() -> None: ... _ = func() -# ^^^^ @function.method.call +# ^^^^ @function.call class Foo: def method(self) -> None: ...