Skip to content

Commit

Permalink
Fix last tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Carbonetto <[email protected]>
  • Loading branch information
acarbonetto committed Sep 18, 2024
1 parent b251e66 commit da7bf93
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 @@ -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: "*",
Expand Down

0 comments on commit da7bf93

Please sign in to comment.