From 096b7836338b03c9d69ea0c18c3da12d0e0e684e Mon Sep 17 00:00:00 2001 From: Neven Dyulgerov Date: Sun, 28 Jul 2024 13:56:42 +0300 Subject: [PATCH] test(apps/staking): Fix failing tests --- apps/staking/__tests__/graphql/hooks/useBlocks.test.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/staking/__tests__/graphql/hooks/useBlocks.test.tsx b/apps/staking/__tests__/graphql/hooks/useBlocks.test.tsx index 13de2b42..2a444c93 100644 --- a/apps/staking/__tests__/graphql/hooks/useBlocks.test.tsx +++ b/apps/staking/__tests__/graphql/hooks/useBlocks.test.tsx @@ -46,7 +46,6 @@ describe('useBlocks hook', () => { node: undefined, }, }, - pollInterval: 30000, notifyOnNetworkStatusChange: true, }); }); @@ -71,7 +70,6 @@ describe('useBlocks hook', () => { skip: 0, count, }, - pollInterval: 30000, notifyOnNetworkStatusChange: true, }); });