We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae0686 commit f7ac272Copy full SHA for f7ac272
test/EthPixelWar.t.sol
@@ -4,7 +4,7 @@ pragma solidity ^0.8.13;
4
import {Test, console} from "forge-std/Test.sol";
5
import {EthPixelWar} from "../src/EthPixelWar.sol";
6
7
-contract CounterTest is Test {
+contract EthPixelWarTest is Test {
8
EthPixelWar public epw;
9
10
address alice;
0 commit comments