test: fix assertion

This commit is contained in:
disrupted 2025-03-11 19:46:53 +01:00
parent 66f16f70e0
commit 80751de8c1
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
def func() -> None: ...
_ = func()
# ^^^^ @function.method.call
# ^^^^ @function.call
class Foo:
def method(self) -> None: ...