mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-20 20:48:43 +00:00
Fix binstalk-downloader test: duplicated gnu cargo audit (#1337)
Fix duplicated gnu cargo audit The gnu cargo audit release was duplicated instead of the gnu and musl releases both being represented.
This commit is contained in:
parent
88702011c6
commit
0ca38ab0e3
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ mod test {
|
||||||
"cargo-audit-x86_64-apple-darwin-v0.17.6.tgz",
|
"cargo-audit-x86_64-apple-darwin-v0.17.6.tgz",
|
||||||
"cargo-audit-x86_64-pc-windows-msvc-v0.17.6.zip",
|
"cargo-audit-x86_64-pc-windows-msvc-v0.17.6.zip",
|
||||||
"cargo-audit-x86_64-unknown-linux-gnu-v0.17.6.tgz",
|
"cargo-audit-x86_64-unknown-linux-gnu-v0.17.6.tgz",
|
||||||
"cargo-audit-x86_64-unknown-linux-gnu-v0.17.6.tgz",
|
"cargo-audit-x86_64-unknown-linux-musl-v0.17.6.tgz",
|
||||||
];
|
];
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Reference in a new issue