Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed May 13, 2024
1 parent 51d9bf0 commit 5314a33
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,7 @@ describe('Init withdraw request using CLI', () => {
withdrawRequestAddr
)
expect(withdrawRequestDataAll.bond).toEqual(bondAccount)
expect(withdrawRequestDataAll.requestedAmount).toEqual(
U64_MAX
)
expect(withdrawRequestDataAll.requestedAmount).toEqual(U64_MAX)
})

it('init withdraw request in print-only mode', async () => {
Expand Down

0 comments on commit 5314a33

Please sign in to comment.