Skip to content

Commit

Permalink
Fixed virtual packages tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Apr 4, 2023
1 parent 5a903c0 commit b750481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libmamba/tests/src/core/test_env_lockfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ namespace mamba
check_categories({ "main", "dev" }, 31, 6);
check_categories({ "dev" }, 28, 1);
check_categories({ "nonesuch" }, 0, 0);

ctx.platform = ctx.host_platform;
}
}

Expand Down

0 comments on commit b750481

Please sign in to comment.