diff --git a/src/tests/vectorinterpolators/common.test.cpp b/src/tests/vectorinterpolators/common.test.cpp index 6a79161..0c77295 100644 --- a/src/tests/vectorinterpolators/common.test.cpp +++ b/src/tests/vectorinterpolators/common.test.cpp @@ -315,7 +315,6 @@ TEST_CASE("VectorInterpolators: should throw expected exceptions", TESTTAG) REQUIRE_THROWS(vectorinterpolators::SlerpInterpolator(x_wrong_order, yaw, pitch, roll)); REQUIRE_THROWS(interpolator.set_data_XYPR(x_wrong_order, yaw, pitch, roll)); - return; // initialize test data (duplicates) std::vector x_duplicates = { -5, -10, 0, 0, 6, 12 };