[FIX] Fix a warning in the hit test

This commit is contained in:
NADAL Jean-Baptiste
2024-02-14 11:28:15 +01:00
parent 3e5a92ac91
commit a9520b89f1
4 changed files with 18 additions and 7 deletions

View File

@@ -421,8 +421,7 @@ SCENARIO("The hit, when all intersections have negative t", "[features/intersect
auto i = xs.hit();
THEN("i is nothing")
{
#warning TODO
// REQUIRE(i.has_value());
REQUIRE(i.is_nothing());
}
}
}