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 committed Jul 28, 2024
1 parent 7260db1 commit 81cd789
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/staking/__tests__/graphql/useStakingPools.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 81cd789

Please sign in to comment.