Skip to content

Commit

Permalink
test: redact forge version (#8967)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 26, 2024
1 parent e485eeb commit 9dbfb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/forge/tests/cli/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ forgetest!(can_init_no_git, |prj, cmd| {
cmd.arg("init").arg(prj.root()).arg("--no-git").assert_success().stdout_eq(str![[r#"
Initializing [..]...
Installing forge-std in [..] (url: Some("https://github.com/foundry-rs/forge-std"), tag: None)
Installed forge-std
Installed forge-std [..]
Initialized forge project
"#]]);
Expand Down

0 comments on commit 9dbfb2f

Please # to comment.