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 7cee0fd commit c628e4e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/protocol/test-sol/unit/common/FeeHandlerSeller.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ import { FeeHandlerSeller } from "@celo-contracts/common/FeeHandlerSeller.sol";
import { MentoFeeHandlerSeller } from "@celo-contracts/common/MentoFeeHandlerSeller.sol";
import { UniswapFeeHandlerSeller } from "@celo-contracts/common/UniswapFeeHandlerSeller.sol";

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

contract FeeHandlerSellerTest is Utils {
event OracleAddressSet(address _token, address _oracle);

contract FeeHandlerSellerTest is TestWithUtils {
// Actors
address RECEIVER_ADDRESS = actor("Arbitrary Receiver");
address NON_OWNER_ADDRESS = actor("Arbitrary Non-Owner");
Expand All @@ -30,6 +28,8 @@ contract FeeHandlerSellerTest is Utils {
// Helper data structures
FeeHandlerSeller[] feeHandlerSellerInstances;

event OracleAddressSet(address _token, address _oracle);

function setUp() public {
super.setUp();

Expand Down

0 comments on commit c628e4e

Please sign in to comment.