Skip to content

Commit

Permalink
test(FeeHandlerSeller.t.sol): remove unused imports
Browse files Browse the repository at this point in the history
All tests pass as expected ✅

```sh
forge test -vvvv \
--match-path "test-sol/unit/common/FeeHandlerSeller.t.sol"
```
  • Loading branch information
arthurgousset committed Jul 22, 2024
1 parent 99d20d3 commit e83b1b7
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,8 @@ pragma experimental ABIEncoderV2;
// Helper contracts
import { Test } from "celo-foundry/Test.sol";
import { TestConstants } from "@test-sol/constants.sol";
import { GoldTokenMock } from "@test-sol/unit/common/GoldTokenMock.sol";

// Contract to test
import "@celo-contracts/common/FeeHandler.sol";

// Dependencies
import { IRegistry } from "@celo-contracts/common/interfaces/IRegistry.sol";
import { GoldToken } from "@celo-contracts/common/GoldToken.sol";
import { GoldTokenMock } from "@test-sol/unit/common/GoldTokenMock.sol";
import { FeeHandlerSeller } from "@celo-contracts/common/FeeHandlerSeller.sol";
import { MentoFeeHandlerSeller } from "@celo-contracts/common/MentoFeeHandlerSeller.sol";
import { UniswapFeeHandlerSeller } from "@celo-contracts/common/UniswapFeeHandlerSeller.sol";
Expand Down

0 comments on commit e83b1b7

Please sign in to comment.