test: rename test contract to "FooTest"

This commit is contained in:
Paul Razvan Berg 2022-11-18 21:50:45 +02:00
parent a65cf640c6
commit 05be6a476b
No known key found for this signature in database
GPG Key ID: BCC366159BD63828
1 changed files with 1 additions and 1 deletions

View File

@ -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
}