chore: Rename SwapExecutorTest

This commit is contained in:
Diana Carvalho
2024-08-26 11:57:36 +01:00
parent e49af99b1f
commit 813f0fe9c8
2 changed files with 1 additions and 1 deletions

View File

@@ -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 {