mirror of
https://github.com/vacp2p/foundry-template.git
synced 2025-03-04 00:50:56 +00:00
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…
x
Reference in New Issue
Block a user