From 813f0fe9c8fae09dacdc2b8a3f0387a13b5efe9d Mon Sep 17 00:00:00 2001 From: Diana Carvalho Date: Mon, 26 Aug 2024 11:57:36 +0100 Subject: [PATCH] chore: Rename SwapExecutorTest --- evm/test/BalancerSwapExecutor.t.sol | 2 +- evm/test/{SwapExecutorTest.sol => SwapExecutor.t.sol} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename evm/test/{SwapExecutorTest.sol => SwapExecutor.t.sol} (100%) diff --git a/evm/test/BalancerSwapExecutor.t.sol b/evm/test/BalancerSwapExecutor.t.sol index 0888f03..10a6453 100644 --- a/evm/test/BalancerSwapExecutor.t.sol +++ b/evm/test/BalancerSwapExecutor.t.sol @@ -1,7 +1,7 @@ // SPDX-License-Identifier: UNLICENSED pragma solidity ^0.8.13; -import "./SwapExecutorTest.sol"; +import "./SwapExecutor.t.sol"; import "../src/balancer-v2/BalancerSwapExecutor.sol"; contract TestBalancerSwapExecutor is SwapExecutorTest { diff --git a/evm/test/SwapExecutorTest.sol b/evm/test/SwapExecutor.t.sol similarity index 100% rename from evm/test/SwapExecutorTest.sol rename to evm/test/SwapExecutor.t.sol