Skip to content

Commit fb97e82

Browse files
committed
tests: remove only test
1 parent 6a20911 commit fb97e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/rewards/rewards.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const { HashZero, WeiPerEther } = constants
3030

3131
const toRound = (n: BigNumber) => formatGRT(n).split('.')[0]
3232

33-
describe.only('Rewards', () => {
33+
describe('Rewards', () => {
3434
let delegator: Account
3535
let governor: Account
3636
let curator1: Account

0 commit comments

Comments
 (0)