Skip to content

Commit

Permalink
Adapt test case
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Sep 19, 2024
1 parent 2146c4f commit bba3c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmamba/tests/src/specs/test_match_spec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TEST_SUITE("specs::match_spec")

SUBCASE("numpy < 2.0")
{
auto ms = MatchSpec::parse("numpy< 2.0").value();
auto ms = MatchSpec::parse("numpy < 2.0").value();
CHECK_EQ(ms.name().str(), "numpy");
CHECK_EQ(ms.version().str(), "<2.0");
CHECK(ms.build_string().is_explicitly_free());
Expand Down

0 comments on commit bba3c3a

Please sign in to comment.