Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
pksunkara authored Dec 14, 2020
1 parent bce461d commit 73078d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ fn override_version_long() {
assert_eq!(err.to_string(), "test 1.3\n");
}

static OVERRIDE_HELP_ABOUT: &str = "test 1.3
static OVERRIDE_VERSION_ABOUT: &str = "test 1.3
USAGE:
test
Expand All @@ -103,7 +103,7 @@ fn override_version_about() {
assert!(utils::compare_output(
app,
"test -h",
OVERRIDE_HELP_ABOUT,
OVERRIDE_VERSION_ABOUT,
false
));
}

0 comments on commit 73078d1

Please sign in to comment.