Skip to content

Commit

Permalink
Rename ERC20BaseTest.sol to ERC20BaseTest.t.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
vdrg committed Oct 30, 2024
1 parent cd9fd0a commit dbfd4a8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/world-module-erc20/test/ERC20Burnable.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { IERC20Errors } from "../src/interfaces/IERC20Errors.sol";
import { IERC20Events } from "../src/interfaces/IERC20Events.sol";
import { MUDERC20 } from "../src/MUDERC20.sol";
import { ERC20Burnable } from "../src/ERC20Burnable.sol";
import { MockERC20Base, MockERC20WithInternalStore, MockERC20WithWorld, ERC20BehaviorTest, ERC20WithInternalStoreBehaviorTest, ERC20WithWorldBehaviorTest } from "./ERC20BaseTest.sol";
import { MockERC20Base, MockERC20WithInternalStore, MockERC20WithWorld, ERC20BehaviorTest, ERC20WithInternalStoreBehaviorTest, ERC20WithWorldBehaviorTest } from "./ERC20BaseTest.t.sol";

contract MockERC20WithInternalStoreBurnable is MockERC20WithInternalStore, ERC20Burnable {}

Expand Down
2 changes: 1 addition & 1 deletion packages/world-module-erc20/test/ERC20Pausable.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { IERC20Errors } from "../src/interfaces/IERC20Errors.sol";
import { IERC20Events } from "../src/interfaces/IERC20Events.sol";
import { MUDERC20 } from "../src/MUDERC20.sol";
import { Pausable, ERC20Pausable } from "../src/ERC20Pausable.sol";
import { MockERC20Base, MockERC20WithInternalStore, MockERC20WithWorld, ERC20BehaviorTest, ERC20WithInternalStoreBehaviorTest, ERC20WithWorldBehaviorTest } from "./ERC20BaseTest.sol";
import { MockERC20Base, MockERC20WithInternalStore, MockERC20WithWorld, ERC20BehaviorTest, ERC20WithInternalStoreBehaviorTest, ERC20WithWorldBehaviorTest } from "./ERC20BaseTest.t.sol";

// Mock to include mint and burn functions
abstract contract MockERC20Pausable is MUDERC20, ERC20Pausable {
Expand Down

0 comments on commit dbfd4a8

Please sign in to comment.