From 0ca38ab0e38e295fa6c17a6da16ce666cdbb5a56 Mon Sep 17 00:00:00 2001 From: xd009642 Date: Thu, 31 Aug 2023 22:40:33 +0100 Subject: [PATCH] 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. --- crates/binstalk-downloader/src/gh_api_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/binstalk-downloader/src/gh_api_client.rs b/crates/binstalk-downloader/src/gh_api_client.rs index 1439b2d5..af96863c 100644 --- a/crates/binstalk-downloader/src/gh_api_client.rs +++ b/crates/binstalk-downloader/src/gh_api_client.rs @@ -494,7 +494,7 @@ mod test { "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-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]