We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187a726 commit 3a1c2b6Copy full SHA for 3a1c2b6
node/tests/TestUtilities.ts
@@ -1349,10 +1349,6 @@ export async function transactionTest(
1349
responseData.push(["xgroupDestroy(key9, groupName1)", true]);
1350
baseTransaction.xgroupDestroy(key9, groupName2);
1351
responseData.push(["xgroupDestroy(key9, groupName2)", true]);
1352
-
1353
- baseTransaction.wait(1, 200);
1354
- responseData.push(["wait(1, 200)", 1]);
1355
1356
baseTransaction.rename(key9, key10);
1357
responseData.push(["rename(key9, key10)", "OK"]);
1358
baseTransaction.exists([key10]);
0 commit comments