Skip to content

Commit

Permalink
resolve test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs committed Nov 28, 2024
1 parent 5793196 commit b5451b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b5451b4

Please sign in to comment.