Skip to content

Commit

Permalink
fix: coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Oct 23, 2024
1 parent 62d1eed commit e8c1d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/staking/StakingRewards.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ describe("StakingRewards - staking with cDAI mocks and get Rewards in GoodDollar
});

// needs to come before next test where we blacklist the goodcompoundstaking contract
it("should revert when colleced interest is not greater than gas cost when 2 months passed", async () => {
it("should revert when colleced interest is not greater than gas cost when 2 months passed [ @skip-on-coverage ]", async () => {

// make sure expansion is very low
await initializeToken(
Expand Down Expand Up @@ -1191,7 +1191,7 @@ describe("StakingRewards - staking with cDAI mocks and get Rewards in GoodDollar
).revertedWith(/< gas costs/);
});

it("should be able to mint ubi when 0 interest but ubi value > interestMultiplier*gas cost when 2 months passed", async () => {
it("should be able to mint ubi when 0 interest but ubi value > interestMultiplier*gas cost when 2 months passed [ @skip-on-coverage ]", async () => {

await initializeToken(
cDAI.address,
Expand Down

0 comments on commit e8c1d66

Please sign in to comment.