Skip to content

Commit 2adb2d7

Browse files
committed
Fixed another variable access
1 parent bfe06d5 commit 2adb2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asyncio/test_cluster_transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,4 +394,4 @@ async def test_transaction_discard(self, r):
394394
await pipe.discard()
395395

396396
assert not pipe._execution_strategy._watching
397-
assert not pipe._execution_strategy._command_stack
397+
assert not pipe._execution_strategy._command_queue

0 commit comments

Comments
 (0)