Skip to content

Commit

Permalink
Revert Node test function
Browse files Browse the repository at this point in the history
Signed-off-by: Yi-Pin Chen <[email protected]>
  • Loading branch information
yipin-chen committed Jan 2, 2025
1 parent cf74d32 commit 84de5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/tests/TestUtilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1889,7 +1889,7 @@ export async function transactionTest(
* @param baseTransaction - A transaction.
* @returns Array of tuples, where first element is a test name/description, second - expected return value.
*/
export async function transactionForJsonModule(
export async function transactionMultiJsonForArrCommands(
baseTransaction: ClusterTransaction,
): Promise<[string, GlideReturnType][]> {
const responseData: [string, GlideReturnType][] = [];
Expand Down

0 comments on commit 84de5e2

Please sign in to comment.