Skip to content

Commit f37ac48

Browse files
removed kcTokenAmount checks
1 parent 10468a8 commit f37ac48

1 file changed

Lines changed: 0 additions & 32 deletions

File tree

test/integration/Staking.test.ts

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -466,38 +466,6 @@ describe(`Full complex scenario`, function () {
466466
kcTokenAmount,
467467
);
468468

469-
expect(await contracts.epochStorage.getEpochPool(1, epoch1)).to.equal(
470-
kcTokenAmount / BigInt(numberOfEpochs),
471-
);
472-
expect(await contracts.epochStorage.getEpochPool(1, 3)).to.equal(
473-
kcTokenAmount / BigInt(numberOfEpochs),
474-
);
475-
expect(await contracts.epochStorage.getEpochPool(1, 4)).to.equal(
476-
kcTokenAmount / BigInt(numberOfEpochs),
477-
);
478-
expect(await contracts.epochStorage.getEpochPool(1, 5)).to.equal(
479-
kcTokenAmount / BigInt(numberOfEpochs),
480-
);
481-
expect(await contracts.epochStorage.getEpochPool(1, 6)).to.equal(
482-
kcTokenAmount / BigInt(numberOfEpochs),
483-
);
484-
expect(await contracts.epochStorage.getEpochPool(1, 7)).to.equal(
485-
kcTokenAmount / BigInt(numberOfEpochs),
486-
);
487-
expect(await contracts.epochStorage.getEpochPool(1, 8)).to.equal(
488-
kcTokenAmount / BigInt(numberOfEpochs),
489-
);
490-
expect(await contracts.epochStorage.getEpochPool(1, 9)).to.equal(
491-
kcTokenAmount / BigInt(numberOfEpochs),
492-
);
493-
expect(await contracts.epochStorage.getEpochPool(1, 10)).to.equal(
494-
kcTokenAmount / BigInt(numberOfEpochs),
495-
);
496-
expect(await contracts.epochStorage.getEpochPool(1, 11)).to.equal(
497-
kcTokenAmount / BigInt(numberOfEpochs),
498-
);
499-
expect(await contracts.epochStorage.getEpochPool(1, 12)).to.equal(0);
500-
501469
// we're sure tokens are well distributed to epochs
502470

503471
// ================================================================================================================

0 commit comments

Comments
 (0)