fix stats url handling

This commit is contained in:
David Laban 2024-09-11 09:07:53 +01:00
parent dd45ab6ad7
commit d83bcf3133
3 changed files with 5 additions and 7 deletions

View file

@ -675,7 +675,7 @@ mod test {
.unwrap()
.to_string();
assert!(
long_help.ends_with(binstalk::QUICK_INSTALL_STATS_URL),
long_help.ends_with(binstalk::QUICKINSTALL_STATS_URL),
"{}",
long_help
);