fix redis test
This commit is contained in:
parent
08b64fe532
commit
8d76ccbaab
@ -3020,7 +3020,7 @@ async def test_get_state_from_sibling_not_cached(mock_app: rx.App, token: str):
|
|||||||
|
|
||||||
child3_var: int = 0
|
child3_var: int = 0
|
||||||
|
|
||||||
@rx.var
|
@rx.var(cache=False)
|
||||||
def v(self):
|
def v(self):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user