mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 07:08:02 -05:00
test: rename test contract to "FooTest"
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user