Skip to content

Commit cd31fa9

Browse files
committed
addendum to ASYNC, fixes redis ci
1 parent d536cac commit cd31fa9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/units/test_state.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1820,6 +1820,7 @@ async def test_state_manager_lock_expire_contend(
18201820

18211821
async def _coro_blocker():
18221822
async with state_manager_redis.modify_state(substate_token_redis) as state:
1823+
order.append("blocker")
18231824
waiter_event.set()
18241825
await asyncio.sleep(LOCK_EXPIRE_SLEEP)
18251826
state.num1 = unexp_num1

0 commit comments

Comments
 (0)