diff --git a/tests/units/test_state.py b/tests/units/test_state.py index 06362f443..d3612231c 100644 --- a/tests/units/test_state.py +++ b/tests/units/test_state.py @@ -3270,7 +3270,7 @@ def test_assignment_to_undeclared_vars(): class State(BaseState): val: str _val: str - __val: str + __val: str # type: ignore def handle_supported_regular_vars(self): self.val = "no underscore"