Skip to content

Commit

Permalink
PR suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-congo committed Apr 19, 2024
1 parent fcdcff2 commit dc4d5ab
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions python/python/tests/test_transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,8 @@ async def transaction_test(
args.append([value2, value])
transaction.lpop_count(key5, 2)
args.append([value2, value])

transaction.lpush(key10, [value, value2])
args.append(2)
transaction.linsert(key10, InsertPosition.BEFORE, value2, value)
args.append(3)
transaction.linsert(key5, InsertPosition.BEFORE, "non_existing_pivot", "element")
args.append(0)

transaction.rpush(key6, [value, value2, value2])
args.append(3)
Expand Down

0 comments on commit dc4d5ab

Please sign in to comment.