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 Mar 19, 2023
1 parent 03f9d0e commit 230ee45
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 @@ -43,6 +43,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 230ee45

Please sign in to comment.