diff --git a/tests/fff_print/test_skirt_brim.cpp b/tests/fff_print/test_skirt_brim.cpp index a37d6a7fa2..a34d28abae 100644 --- a/tests/fff_print/test_skirt_brim.cpp +++ b/tests/fff_print/test_skirt_brim.cpp @@ -1086,7 +1086,7 @@ TEST_CASE("Belt brim lines all have the same width", "[SkirtBrim][belt]") REQUIRE(widths.size() > 10); const float lo = *std::min_element(widths.begin(), widths.end()); const float hi = *std::max_element(widths.begin(), widths.end()); - CHECK_THAT(hi, Catch::Matchers::WithinRel(lo, 1e-4)); + CHECK_THAT(hi, Catch::Matchers::WithinRel(lo, 1e-4f)); } TEST_CASE("Belt apron survives another object printing at the same Z", "[SkirtBrim][belt]")