Skip to content

Commit 337cc8b

Browse files
committed
Changes test function name.
1 parent c0405cd commit 337cc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pest-ion/tests/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ enum FileMode {
3030
}
3131
"#
3232
)]
33-
fn simple(
33+
fn run_it(
3434
#[case] pest_src: &str,
3535
#[case] ion_text: &str,
3636
#[values("", "-t", "-p", "-b")] format_flag: &str,

0 commit comments

Comments
 (0)