From fc3e4c2fa0dbcce0e90a5629f01b63d880c70548 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 19 Feb 2024 10:29:00 +0800 Subject: [PATCH] Update test_ts4467.py --- tests/system-test/2-query/test_ts4467.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system-test/2-query/test_ts4467.py b/tests/system-test/2-query/test_ts4467.py index eb5ce605ac..4e09a9fbbe 100644 --- a/tests/system-test/2-query/test_ts4467.py +++ b/tests/system-test/2-query/test_ts4467.py @@ -53,7 +53,7 @@ class TDTestCase: tdSql.query(sql) res2 = tdSql.queryResult tdLog.debug("res2: %s" % str(res2)) - assert(len(res1) == len(res2) and res1[1][0] == res2[4][0]) + assert(len(res1) == len(res2) and res1[0][0] == res2[4][0]) def stop(self): tdSql.close()