ci: fuzz 10,000 times

test: mark "testExample" function as "external"
This commit is contained in:
Paul Razvan Berg
2022-12-24 16:10:31 +02:00
parent 3bd0c90840
commit 5bf329715e
2 changed files with 2 additions and 2 deletions

View File

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