Skip to content

Commit b801758

Browse files
committed
refactor: rename a test
1 parent ef37654 commit b801758

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sync_help.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ check!(long: render_long_help => "../exports/long.help");
4040
check!(short: render_help => "../exports/short.help");
4141

4242
#[test]
43-
fn usage_md_is_up_to_date() {
43+
fn usage_md() {
4444
let actual = render_usage_md();
4545
let expected = include_str!("../USAGE.md");
4646
assert!(

0 commit comments

Comments
 (0)