Skip to content

Commit f7ac272

Browse files
committed
fix test contract name
1 parent 5ae0686 commit f7ac272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/EthPixelWar.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pragma solidity ^0.8.13;
44
import {Test, console} from "forge-std/Test.sol";
55
import {EthPixelWar} from "../src/EthPixelWar.sol";
66

7-
contract CounterTest is Test {
7+
contract EthPixelWarTest is Test {
88
EthPixelWar public epw;
99

1010
address alice;

0 commit comments

Comments
 (0)