Skip to content

Commit

Permalink
remove .only in test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhe8x committed Apr 23, 2024
1 parent a6026a4 commit 4d5c426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/RewardsDistributer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe('RewardsDistributor Contract', () => {
});
});

describe.only('Capped Rewards', async () => {
describe('Capped Rewards', async () => {
beforeEach(async () => {
await stakingManager.connect(delegator).delegate(runner.address, etherParse(9000));
await startNewEra(eraManager);
Expand Down

0 comments on commit 4d5c426

Please sign in to comment.