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, }); });