Skip to content

Commit

Permalink
make eslint work
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitriy-woof-software committed May 13, 2024
1 parent ef9038f commit bafab7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/WithdrawScenario.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { CometContext, scenario } from './context/CometContext';
import { expect } from 'chai';
import { expectApproximately, expectRevertCustom, hasMinBorrowGreaterThanOne, isTriviallySourceable, isValidAssetIndex, matchesDeployment, MAX_ASSETS } from './utils';
import { expectApproximately, expectRevertCustom, hasMinBorrowGreaterThanOne, isTriviallySourceable, isValidAssetIndex, MAX_ASSETS } from './utils';
import { ContractReceipt, BigNumber } from 'ethers';

async function testWithdrawCollateral(context: CometContext, assetNum: number): Promise<void | ContractReceipt> {
Expand Down

0 comments on commit bafab7e

Please sign in to comment.