Skip to content

Commit

Permalink
sonar cloud fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinarora committed Apr 19, 2024
1 parent e48697c commit 816a620
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/3_Fee.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import { BigNumber } from '@ethersproject/bignumber';
import { ZERO_ADDRESS } from '../scripts/constants';
import { deployed } from '../scripts/deploy';
import { ERC20Token, FeeHelper, WhiteListMock } from '../typechain-types';
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { expect } from 'chai';
import { ethers } from 'hardhat';
import exp from 'constants';

describe('Fee Helper Test', function () {
const fee: number = 100000;
Expand Down

0 comments on commit 816a620

Please sign in to comment.