diff --git a/conformity/opencv/test_float_conv.cpp b/conformity/opencv/test_float_conv.cpp index 73baa077410ee3704f686d2e8eaafb2c46fbc27f..8f7ca6a81e8f07966931799e60c29a533d2f5809 100644 --- a/conformity/opencv/test_float_conv.cpp +++ b/conformity/opencv/test_float_conv.cpp @@ -198,8 +198,8 @@ std::vector& float_conversion_tests_get() { TEST("Unsigned Int8 to Float32, fill, 3 channel", (test_int8_to_float32_random), exec_int8_to_float32), TEST("Unsigned Int8 to Float32, fill, 4 channel", (test_int8_to_float32_random), exec_int8_to_float32), - TEST("Signed Int8 Float32, custom", test_int8_to_float32_custom, exec_int8_to_float32), - TEST("Unigned Int8 Float32, custom", test_int8_to_float32_custom, exec_int8_to_float32), + TEST("Signed Int8 to Float32, custom", test_int8_to_float32_custom, exec_int8_to_float32), + TEST("Unigned Int8 to Float32, custom", test_int8_to_float32_custom, exec_int8_to_float32), }; // clang-format on return tests;