mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 04:28:43 +00:00
Fix test
This commit is contained in:
parent
0f9b4de449
commit
cdb2f8ccdd
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ mod test {
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
&meta.pkg_url,
|
&meta.pkg_url,
|
||||||
"{ repo }/releases/download/v{ version }/{ name }-{ target }.tgz"
|
"{ repo }/releases/download/v{ version }/{ name }-{ target }.{ format }"
|
||||||
);
|
);
|
||||||
|
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
|
|
Loading…
Add table
Reference in a new issue