Skip to content

Commit

Permalink
chore: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
duxxud committed Dec 2, 2024
1 parent 444f58e commit b66b7ae
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/unit/StakingPool/requestAllocation.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,8 @@ describe('requestAllocation', function () {
const fixture = await loadFixture(requestAllocationSetup);
const { stakingProducts, stakingPool, cover } = fixture;
const [coverBuyer] = fixture.accounts.members;
const {
GLOBAL_CAPACITY_RATIO,
PRICE_CHANGE_PER_DAY,
NXM_PER_ALLOCATION_UNIT,
TARGET_PRICE_DENOMINATOR,
} = fixture.config;
const { GLOBAL_CAPACITY_RATIO, PRICE_CHANGE_PER_DAY, NXM_PER_ALLOCATION_UNIT, TARGET_PRICE_DENOMINATOR } =
fixture.config;
const GLOBAL_CAPACITY_DENOMINATOR = BigNumber.from(10000);

const amount = stakedNxmAmount.mul(GLOBAL_CAPACITY_RATIO).div(GLOBAL_CAPACITY_DENOMINATOR);
Expand Down

0 comments on commit b66b7ae

Please sign in to comment.