Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
Joey Santoro committed Oct 19, 2021
1 parent 32e304e commit 2a27f99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/tests/buybacks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('e2e-buybacks', function () {
doLogging && console.log(`Environment loaded.`);
});

describe('PCV Equity Minter + LBP', async function () {
describe.only('PCV Equity Minter + LBP', async function () {
it('mints appropriate amount and swaps', async function () {
const {
pcvEquityMinter,
Expand Down Expand Up @@ -73,6 +73,7 @@ describe('e2e-buybacks', function () {
expect(await feiTribeLBPSwapper.swapEndTime()).to.be.gt(toBN((await latestTime()).toString()));

await increaseTime(await pcvEquityMinter.duration());
await core.allocateTribe(feiTribeLBPSwapper.address, ethers.constants.WeiPerEther.mul(50_000));

await pcvEquityMinter.mint();

Expand Down

0 comments on commit 2a27f99

Please sign in to comment.