fix redis test

This commit is contained in:
Lendemor 2024-10-18 18:43:19 +02:00
parent 08b64fe532
commit 8d76ccbaab

View File

@ -3020,7 +3020,7 @@ async def test_get_state_from_sibling_not_cached(mock_app: rx.App, token: str):
child3_var: int = 0
@rx.var
@rx.var(cache=False)
def v(self):
pass