Skip to content

Commit

Permalink
chore: fix isolate tests (#9776)
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy authored Jan 29, 2025
1 parent f3548cb commit c9b16c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/forge/tests/cli/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ contract CounterTest {
cmd.forge_fuse().args(["build"]).assert_success();
});

#[cfg(not(feature = "isolate-by-default"))]
forgetest_init!(test_default_config, |prj, cmd| {
cmd.forge_fuse().args(["config"]).assert_success().stdout_eq(str![[r#"
[profile.default]
Expand Down

0 comments on commit c9b16c0

Please sign in to comment.