From b5451b4368eb3375e40c3488af75238eccfc2b4d Mon Sep 17 00:00:00 2001 From: jeremy-babylonchain Date: Thu, 28 Nov 2024 18:20:42 +0800 Subject: [PATCH] resolve test fail --- .../local_storage/toLocalStorageIntermediateDelegation.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/utils/local_storage/toLocalStorageIntermediateDelegation.test.ts b/tests/utils/local_storage/toLocalStorageIntermediateDelegation.test.ts index 330392d2..951d4ff0 100644 --- a/tests/utils/local_storage/toLocalStorageIntermediateDelegation.test.ts +++ b/tests/utils/local_storage/toLocalStorageIntermediateDelegation.test.ts @@ -37,6 +37,7 @@ describe("utils/local_storage/toLocalStorageIntermediateDelegation", () => { isOverflow: false, unbondingTx: undefined, transitioned: false, + isEligibleForTransition: false, }); // Validate startTimestamp is a valid ISO date string @@ -80,6 +81,7 @@ describe("utils/local_storage/toLocalStorageIntermediateDelegation", () => { isOverflow: false, unbondingTx: undefined, transitioned: false, + isEligibleForTransition: false, }); // Validate startTimestamp is a valid ISO date string