Skip to content

Commit 3971703

Browse files
committed
fix precommit for test
1 parent a05f14f commit 3971703

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/units/test_state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4440,6 +4440,7 @@ async def test_rebind_mutable_proxy(mock_app: rx.App, token: str) -> None:
44404440
async with mock_app.state_manager.modify_state(
44414441
_substate_key(token, MutableProxyState)
44424442
) as state:
4443+
assert isinstance(state, MutableProxyState)
44434444
assert state.data["a"] == [2, 3]
44444445
if isinstance(mock_app.state_manager, StateManagerRedis):
44454446
# In redis mode, the object identity does not persist across async with self calls.

0 commit comments

Comments
 (0)