From 9d90637a4d5fc14d0f2c03161795dfc82f2e2485 Mon Sep 17 00:00:00 2001 From: vetalcore Date: Tue, 7 May 2024 14:36:10 +0300 Subject: [PATCH] fix(extension): fix tests --- .../__tests__/VotingProceduresContainer.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/browser-extension-wallet/src/features/dapp/components/confirm-transaction/__tests__/VotingProceduresContainer.test.tsx b/apps/browser-extension-wallet/src/features/dapp/components/confirm-transaction/__tests__/VotingProceduresContainer.test.tsx index 8fa25f800..6e14b70ef 100644 --- a/apps/browser-extension-wallet/src/features/dapp/components/confirm-transaction/__tests__/VotingProceduresContainer.test.tsx +++ b/apps/browser-extension-wallet/src/features/dapp/components/confirm-transaction/__tests__/VotingProceduresContainer.test.tsx @@ -255,7 +255,7 @@ describe('Testing VotingProceduresContainer component', () => { environmentName: 'Preprod', inMemoryWallet: { governance: { - isRegisteredAsDRep$: of(true) + isRegisteredAsDRep$: of(false) } } }));