Skip to content

Commit

Permalink
Fix chan test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Jun 7, 2023
1 parent 7b7db3c commit 5a84f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/tests/src/core/test_channel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ namespace mamba
CHECK_EQ(c2.scheme(), "https");
CHECK_EQ(c2.location(), "repo.anaconda.com");
CHECK_EQ(c2.name(), "pkgs/main");
CHECK_EQ(c2.canonical_name(), "pkgs/main");
CHECK_EQ(c2.canonical_name(), "https://repo.anaconda.com/pkgs/main");
CHECK_EQ(c2.platforms(), std::vector<std::string>({ platform }));

std::string value3 = "https://conda.anaconda.org/conda-forge[" + platform + "]";
Expand Down

0 comments on commit 5a84f0f

Please sign in to comment.