Skip to content

Commit

Permalink
Lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Oct 25, 2024
1 parent 8c9b17d commit 25e0a5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ fn test_version_prefix() {
get_version_prefix(&Some("horse".into())),
"horse_".to_string()
);
assert_eq!(get_version_prefix(&Some("".into())), "".to_string());
assert_eq!(get_version_prefix(&Some(String::new())), String::new());
}

0 comments on commit 25e0a5c

Please sign in to comment.