We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed23b4 commit dc4233bCopy full SHA for dc4233b
foundry.toml
@@ -5,4 +5,5 @@ libs = ["lib"]
5
solc-version = "0.8.19"
6
# Reason for why this flag is required can be found here: https://github.com/foundry-rs/foundry/issues/7607
7
unchecked_cheatcode_artifacts = true
8
-# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
+# Reasons for why this flag is required can be found here: https://book.getfoundry.sh/cheatcodes/expect-revert#description
9
+allow_internal_expect_revert = true
0 commit comments