From 7dc8b52d5d2f4c7f51cc36d2cb88db068bcacaed Mon Sep 17 00:00:00 2001 From: rabi-siddique Date: Thu, 19 Dec 2024 09:30:19 +0500 Subject: [PATCH] fixup! fixup! chore(deps): install ses --- scripts/checkLiquidation.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/checkLiquidation.mjs b/scripts/checkLiquidation.mjs index 9b8208ed..008f9ca6 100644 --- a/scripts/checkLiquidation.mjs +++ b/scripts/checkLiquidation.mjs @@ -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]); } }