mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-06-16 07:36:38 +00:00
fix stats url handling
This commit is contained in:
parent
dd45ab6ad7
commit
d83bcf3133
3 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue