Skip to content

Commit

Permalink
Forgot to passed locked for subcommand in testing
Browse files Browse the repository at this point in the history
  • Loading branch information
u-train committed Jun 14, 2023
1 parent b401325 commit ff5977d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ fn run_test(name: &str) -> TempProject {
},
subcommand: Subcommand::Install(InstallSubcommand {
project_path: project.path().to_owned(),
locked: false,
}),
};

Expand Down

0 comments on commit ff5977d

Please sign in to comment.