Skip to content

Commit

Permalink
test: update retired stake pool assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Oct 23, 2020
1 parent 0590abe commit 12f00a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ describe('stakePools', () => {
})
const { stakePools_aggregate } = result.data
expect(parseInt(stakePools_aggregate.aggregate.count)).toBeGreaterThan(0)
expect(parseInt(stakePools_aggregate.aggregate.count)).toBeLessThan(200)
expect(parseInt(stakePools_aggregate.aggregate.count)).toBeLessThan(600)
})
})

0 comments on commit 12f00a1

Please sign in to comment.