diff --git a/modules/imgproc/test/test_pyramid.cpp b/modules/imgproc/test/test_pyramid.cpp index cdf72b7850..e02e5e343d 100644 --- a/modules/imgproc/test/test_pyramid.cpp +++ b/modules/imgproc/test/test_pyramid.cpp @@ -16,7 +16,7 @@ TEST(Imgproc_PyrUp, pyrUp_regression_22184) ASSERT_GT(cvRound(min_val), 0); } -TEST(Imgproc_PyrUp, pyrUp_regression_22193) +TEST(Imgproc_PyrUp, pyrUp_regression_22194) { Mat src(13, 13,CV_16UC3,Scalar(0,0,0)); {