test: fix assertion

This commit is contained in:
disrupted 2025-03-11 19:59:57 +01:00
parent 22db95993a
commit 5c31d37bd7
No known key found for this signature in database

View file

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