Skip to content

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Feb 6, 2025
1 parent cd720ae commit b7dca05
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scenario/LiquidationScenario.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { scenario } from './context/CometContext';
import { event, expect } from '../test/helpers';
import { expectRevertCustom, timeUntilUnderwater } from './utils';
import { matchesDeployment } from './utils';
import { getConfigForScenario } from './utils/scenarioHelper';

scenario(
'Comet#liquidation > isLiquidatable=true for underwater position',
Expand All @@ -18,7 +17,6 @@ scenario(
async ({ comet, actors }, context, world) => {
const { albert, betty } = actors;
const baseToken = await comet.baseToken();
const baseBorrowMin = (await comet.baseBorrowMin()).toBigInt();
const baseScale = await comet.baseScale();

await world.increaseTime(
Expand Down

0 comments on commit b7dca05

Please sign in to comment.