From c54ccaac31491ffa0f670e4e12e962dc5326e0b7 Mon Sep 17 00:00:00 2001 From: "@lizhiyu3" Date: Tue, 5 Jul 2022 15:50:33 +0800 Subject: [PATCH] change test number --- modules/imgproc/test/test_pyramid.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); {