test: rename test contract to "FooTest"
This commit is contained in:
parent
a65cf640c6
commit
05be6a476b
|
@ -7,7 +7,7 @@ import { StdCheats } from "forge-std/StdCheats.sol";
|
|||
|
||||
/// @dev See the "Writing Tests" section in the Foundry Book if this is your first time with Forge.
|
||||
/// https://book.getfoundry.sh/forge/writing-tests
|
||||
contract ContractTest is PRBTest, StdCheats {
|
||||
contract FooTest is PRBTest, StdCheats {
|
||||
function setUp() public {
|
||||
// solhint-disable-previous-line no-empty-blocks
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue