Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yash-atreya committed Jan 29, 2025
1 parent 1859e4d commit 97fba00
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/forge/tests/cli/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ use forge::{DepIdentifier, Lockfile};
use foundry_cli::utils::Submodules;
use foundry_compilers::artifacts::Remapping;
use foundry_config::Config;
use foundry_test_utils::util::{read_string, TestCommand};
use foundry_test_utils::util::{pretty_err, read_string, TestCommand};
use semver::Version;
use std::{fs, path::PathBuf, process::Command, str::FromStr};
use foundry_test_utils::util::pretty_err;

// checks missing dependencies are auto installed
forgetest_init!(can_install_missing_deps_build, |prj, cmd| {
Expand Down

0 comments on commit 97fba00

Please sign in to comment.