Skip to content

Commit

Permalink
fixup! fixup! chore(deps): install ses
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Dec 19, 2024
1 parent 9201fe9 commit 7dc8b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/checkLiquidation.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const validate = async ({ apiUrl, maxRetries, retryDuration, expectations, filte

for (const key of Object.keys(expectations)) {
for (let i = 0; i < nodes.length; i++) {
equal(nodes[i][key], expectations[i].key);
equal(nodes[i][key], expectations[key][i]);
}
}

Expand Down

0 comments on commit 7dc8b52

Please sign in to comment.