We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a20911 commit fb97e82Copy full SHA for fb97e82
test/rewards/rewards.test.ts
@@ -30,7 +30,7 @@ const { HashZero, WeiPerEther } = constants
30
31
const toRound = (n: BigNumber) => formatGRT(n).split('.')[0]
32
33
-describe.only('Rewards', () => {
+describe('Rewards', () => {
34
let delegator: Account
35
let governor: Account
36
let curator1: Account
0 commit comments