From 5314a33aac90ddcceb36b9d111bd5323cc726460 Mon Sep 17 00:00:00 2001 From: Ondra Chaloupka Date: Mon, 13 May 2024 19:10:30 +0200 Subject: [PATCH] lint fix --- .../__tests__/test-validator/initWithdrawRequest.spec.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/validator-bonds-cli/__tests__/test-validator/initWithdrawRequest.spec.ts b/packages/validator-bonds-cli/__tests__/test-validator/initWithdrawRequest.spec.ts index 00655e9a..d04a0c7a 100644 --- a/packages/validator-bonds-cli/__tests__/test-validator/initWithdrawRequest.spec.ts +++ b/packages/validator-bonds-cli/__tests__/test-validator/initWithdrawRequest.spec.ts @@ -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 () => {