Skip to content

Commit

Permalink
test: rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisGD committed May 7, 2024
1 parent 73b4a60 commit 8d46f69
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {IERC4626} from "../../../../lib/openzeppelin-contracts/contracts/interfa

import "../../../../src/migration/AaveV2MigrationBundlerV2.sol";

import "./helpers/EthereumMigrationTest.sol";
import "./helpers/MigrationForkTest.sol";

contract AaveV2MigrationBundlerEthereumTest is EthereumMigrationTest {
contract AaveV2MigrationBundlerEthereumTest is MigrationForkTest {
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
using MorphoLib for IMorpho;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import {IAaveV3} from "../../../../src/migration/interfaces/IAaveV3.sol";
import {SigUtils, Permit} from "../../helpers/SigUtils.sol";
import "../../../../src/migration/AaveV3MigrationBundlerV2.sol";

import "./helpers/EthereumMigrationTest.sol";
import "./helpers/MigrationForkTest.sol";

contract AaveV3MigrationBundlerEthereumTest is EthereumMigrationTest {
contract AaveV3MigrationBundlerEthereumTest is MigrationForkTest {
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
using MorphoLib for IMorpho;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {Authorization as AaveV3OptimizerAuthorization} from "../../../../src/mig

import "../../../../src/migration/AaveV3OptimizerMigrationBundlerV2.sol";

import "./helpers/EthereumMigrationTest.sol";
import "./helpers/MigrationForkTest.sol";

contract AaveV3OptimizerMigrationBundlerEthereumTest is EthereumMigrationTest {
contract AaveV3OptimizerMigrationBundlerEthereumTest is MigrationForkTest {
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
using MorphoLib for IMorpho;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {IComptroller} from "../../../../src/migration/interfaces/IComptroller.so

import "../../../../src/migration/CompoundV2MigrationBundlerV2.sol";

import "./helpers/EthereumMigrationTest.sol";
import "./helpers/MigrationForkTest.sol";

contract CompoundV2EthLoanMigrationBundlerEthereumTest is EthereumMigrationTest {
contract CompoundV2EthLoanMigrationBundlerEthereumTest is MigrationForkTest {
using MathLib for uint256;
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {IComptroller} from "../../../../src/migration/interfaces/IComptroller.so

import "../../../../src/migration/CompoundV2MigrationBundlerV2.sol";

import "./helpers/EthereumMigrationTest.sol";
import "./helpers/MigrationForkTest.sol";

contract CompoundV2EthCollateralMigrationBundlerEthereumTest is EthereumMigrationTest {
contract CompoundV2EthCollateralMigrationBundlerEthereumTest is MigrationForkTest {
using MathLib for uint256;
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {IComptroller} from "../../../../src/migration/interfaces/IComptroller.so

import "../../../../src/migration/CompoundV2MigrationBundlerV2.sol";

import "./helpers/EthereumMigrationTest.sol";
import "./helpers/MigrationForkTest.sol";

contract CompoundV2NoEthMigrationBundlerEthereumTest is EthereumMigrationTest {
contract CompoundV2NoEthMigrationBundlerEthereumTest is MigrationForkTest {
using MathLib for uint256;
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import {CompoundV3Authorization} from "../../helpers/SigUtils.sol";

import "../../../../src/migration/CompoundV3MigrationBundlerV2.sol";

import "./helpers/EthereumMigrationTest.sol";
import "./helpers/MigrationForkTest.sol";

contract CompoundV3MigrationBundlerEthereumTest is EthereumMigrationTest {
contract CompoundV3MigrationBundlerEthereumTest is MigrationForkTest {
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
using MorphoLib for IMorpho;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {ERC4626Bundler} from "../../../../../src/ERC4626Bundler.sol";
import {MorphoBundler} from "../../../../../src/MorphoBundler.sol";
import {ERC4626Mock} from "../../../../../src/mocks/ERC4626Mock.sol";

contract EthereumMigrationTest is ForkTest {
contract MigrationForkTest is ForkTest {
using SafeTransferLib for ERC20;
using MarketParamsLib for MarketParams;
using MorphoLib for IMorpho;
Expand Down

0 comments on commit 8d46f69

Please sign in to comment.