Skip to content

Commit dc4233b

Browse files
committed
Fix issue resulting from upgrade to Foundry v1
1 parent eed23b4 commit dc4233b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

foundry.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ libs = ["lib"]
55
solc-version = "0.8.19"
66
# Reason for why this flag is required can be found here: https://github.com/foundry-rs/foundry/issues/7607
77
unchecked_cheatcode_artifacts = true
8-
# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options
8+
# 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

Comments
 (0)