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 28f804a commit b251e66
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 @@ -857,7 +857,7 @@ export async function transactionTest(
});
responseData.push([
'hscan(key4, "0", {match: "*", count: 20, noValues:true})',
["0", [field]],
["0", [field.toString()]],
]);
}

Expand Down

0 comments on commit b251e66

Please sign in to comment.