Skip to content

Commit

Permalink
test(apps/staking): Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nevendyulgerov authored and brunomenezes committed Aug 6, 2024
1 parent 27c361c commit 14cd9fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/staking/__tests__/graphql/hooks/useBlocks.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ describe('useBlocks hook', () => {
node: undefined,
},
},
pollInterval: 30000,
notifyOnNetworkStatusChange: true,
});
});
Expand All @@ -71,7 +70,6 @@ describe('useBlocks hook', () => {
skip: 0,
count,
},
pollInterval: 30000,
notifyOnNetworkStatusChange: true,
});
});
Expand Down

0 comments on commit 14cd9fb

Please sign in to comment.