Skip to content

Commit

Permalink
test(config-include): fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Gjengset <jon@thesquareplanet.com>
  • Loading branch information
weihanglo and jonhoo committed Oct 9, 2022
1 parent 303d8c3 commit e0502e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testsuite/config_include.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Caused by:
}

#[cargo_test]
fn cli_include_take_prioirty_over_env() {
fn cli_include_take_priority_over_env() {
write_config_at(".cargo/include.toml", "k='include'");

// k=env
Expand Down

0 comments on commit e0502e4

Please sign in to comment.