diff --git a/apps/staking/__tests__/graphql/useStakingPools.test.tsx b/apps/staking/__tests__/graphql/useStakingPools.test.tsx index 17757bad..ba2fff7a 100644 --- a/apps/staking/__tests__/graphql/useStakingPools.test.tsx +++ b/apps/staking/__tests__/graphql/useStakingPools.test.tsx @@ -34,7 +34,6 @@ describe('useStakingPools', () => { expect(result.current.data).toHaveLength(3); expect(useQueryMock.mock.calls[0][1]).toEqual({ notifyOnNetworkStatusChange: true, - pollInterval: 600000, variables: { first: 50, firstMonthlyPerf: 2, @@ -72,7 +71,6 @@ describe('useStakingPools', () => { expect(result.current.data).toHaveLength(3); expect(useQueryMock.mock.calls[0][1]).toEqual({ notifyOnNetworkStatusChange: true, - pollInterval: 600000, variables: { first: 50, firstMonthlyPerf: 2,