diff --git a/node/tests/TestUtilities.ts b/node/tests/TestUtilities.ts index 9aaf59c83d..234e82f259 100644 --- a/node/tests/TestUtilities.ts +++ b/node/tests/TestUtilities.ts @@ -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][] = [];