Skip to content

Commit

Permalink
Changes test function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
almann committed Jun 11, 2021
1 parent e07d8f8 commit 4e8a2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pest-ion/tests/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum FileMode {
}
"#
)]
fn simple(
fn run_it(
#[case] pest_src: &str,
#[case] ion_text: &str,
#[values("", "-t", "-p", "-b")] format_flag: &str,
Expand Down

0 comments on commit 4e8a2b5

Please sign in to comment.