diff --git a/node/tests/TestUtilities.ts b/node/tests/TestUtilities.ts index e69e8c3cee..37206b4aae 100644 --- a/node/tests/TestUtilities.ts +++ b/node/tests/TestUtilities.ts @@ -848,7 +848,7 @@ export async function transactionTest( baseTransaction.hscan(key4, "0", { noValues: false }); responseData.push([ 'hscan(key4, "0", {noValues: false})', - ["0", [field, value]], + ["0", [field.toString(), value.toString()]], ]); baseTransaction.hscan(key4, "0", { match: "*",