From ce06e831e88d82c10765fbdc8236b31208c98f0f Mon Sep 17 00:00:00 2001 From: soloseng <102702451+soloseng@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:28:59 -0500 Subject: [PATCH] updated filename --- packages/protocol/test-sol/unit/common/FeeHandler.t.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/protocol/test-sol/unit/common/FeeHandler.t.sol b/packages/protocol/test-sol/unit/common/FeeHandler.t.sol index 362c0bd07a..970fcbda9d 100644 --- a/packages/protocol/test-sol/unit/common/FeeHandler.t.sol +++ b/packages/protocol/test-sol/unit/common/FeeHandler.t.sol @@ -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"; @@ -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);