There was an error while loading. Please reload this page.
1 parent a4134ec commit 3e5c94dCopy full SHA for 3e5c94d
1 file changed
node/tests/TestUtilities.ts
@@ -450,10 +450,13 @@ export async function transactionTest(
450
ListDirection.LEFT,
451
);
452
args.push(field + "3").toString();
453
+ baseTransaction.lpopCount(key5, 2);
454
+ args.push([field + "2"]);
455
+ } else {
456
457
+ args.push([field + "3", field + "2"]);
458
}
459
- baseTransaction.lpopCount(key5, 2);
- args.push([field + "2"]);
460
baseTransaction.linsert(
461
key5,
462
InsertPosition.Before,
0 commit comments