mirror of
https://github.com/vacp2p/foundry-template.git
synced 2026-01-09 13:07:54 -05:00
ci: fuzz 10,000 times
test: mark "testExample" function as "external"
This commit is contained in:
@@ -13,7 +13,7 @@ contract FooTest is PRBTest, StdCheats {
|
||||
}
|
||||
|
||||
/// @dev Run Forge with `-vvvv` to see console logs.
|
||||
function testExample() public {
|
||||
function testExample() external {
|
||||
console2.log("Hello World");
|
||||
assertTrue(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user