From c1bb36c1ded9cd79166885e474b4e4abe9d510d0 Mon Sep 17 00:00:00 2001 From: slzhou Date: Fri, 13 Jan 2023 10:13:39 +0800 Subject: [PATCH] fix: modify test case description --- tests/develop-test/2-query/table_count_scan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/develop-test/2-query/table_count_scan.py b/tests/develop-test/2-query/table_count_scan.py index 6260f9eea1..1ef65bfc67 100644 --- a/tests/develop-test/2-query/table_count_scan.py +++ b/tests/develop-test/2-query/table_count_scan.py @@ -8,7 +8,7 @@ from math import inf class TDTestCase: def caseDescription(self): ''' - case1: [TD-11204]Difference improvement that can ignore negative + case1: [TD-21890] table count scan test case ''' return