Skip to content

Commit c7b8d25

Browse files
committed
w
1 parent 9545f2e commit c7b8d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,12 +381,12 @@ fn integration_test_option_cmd_workspace() {
381381
fn integration_test_option_cmd_workspace_dependency_collision() {
382382
let test_name = "option_cmd_workspace_dependency_collision";
383383

384-
let option = TestOptions {
384+
let options = TestOptions {
385385
args: &["--workspace-project", "cargo-rdme", "--readme-path", "README.md"],
386386
..TestOptions::default()
387387
};
388388

389-
run_test_with_options(test_name, &option);
389+
run_test_with_options(test_name, &options);
390390
}
391391

392392
#[test]

0 commit comments

Comments
 (0)