From 5c31d37bd7c3ab02b28b7a84e584af1c327da555 Mon Sep 17 00:00:00 2001 From: disrupted Date: Tue, 11 Mar 2025 19:59:57 +0100 Subject: [PATCH] test: fix assertion --- tests/query/highlights/python/functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ...