Skip to content

Commit

Permalink
Remove empty test
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Palczuk <[email protected]>
  • Loading branch information
TauTheLepton committed Dec 6, 2023
1 parent 294f791 commit ace93b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions common/math/geometry/test/test_hermite_curve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,8 +467,6 @@ TEST(HermiteCurveTest, getCollisionPointIn2DVectorMultipleCollisions)
EXPECT_NEAR(s2.value(), 0.75, eps);
}

TEST(HermiteCurveTest, getNewtonMethodStepSize) {}

TEST(HermiteCurveTest, getTangentVector1)
{ //p(0,0) v(1,0)-> p(1,1) v(0,1)
const auto curve = makeCurve1();
Expand Down

0 comments on commit ace93b9

Please sign in to comment.