mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-07 22:34:02 -05:00
test: mark setUp as virtual
This commit is contained in:
@@ -13,7 +13,7 @@ interface IERC20 {
|
||||
/// https://book.getfoundry.sh/forge/writing-tests
|
||||
contract FooTest is PRBTest, StdCheats {
|
||||
/// @dev An optional function invoked before each test case is run
|
||||
function setUp() public {
|
||||
function setUp() public virtual {
|
||||
// solhint-disable-previous-line no-empty-blocks
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user