Skip to content

Commit

Permalink
fix typo in name of test_parameters_basic_rename
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed Oct 24, 2023
1 parent 0d9d288 commit 2c1ff42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ fn test_parameters_basic_no_update() {

#[test]
#[use_harness]
fn test_paramer_basic_rename() {
fn test_parameters_basic_rename() {
let proj = Project::with_prefix("param-rename").create();

// add parameter
Expand Down

0 comments on commit 2c1ff42

Please sign in to comment.