Skip to content

Commit

Permalink
updated filename
Browse files Browse the repository at this point in the history
  • Loading branch information
soloseng committed Nov 20, 2024
1 parent d1938fe commit ce06e83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/test-sol/unit/common/FeeHandler.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pragma experimental ABIEncoderV2;

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

import { Utils } from "@test-sol/utils.sol";
import { TestWithUtils } from "@test-sol/TestWithUtils.sol";
import "@test-sol/utils/WhenL2.sol";

import { Exchange } from "@mento-core/contracts/Exchange.sol";
Expand All @@ -26,7 +26,7 @@ import "@mento-core/test/mocks/MockReserve.sol";
import "@celo-contracts/common/ProxyFactory.sol";
import "@celo-contracts/governance/GovernanceApproverMultiSig.sol";

contract FeeHandlerTest is Utils {
contract FeeHandlerTest is TestWithUtils {
using FixidityLib for FixidityLib.Fraction;

event BeneficiaryAdded(address beneficiary);
Expand Down

0 comments on commit ce06e83

Please sign in to comment.