From 5cbf9cbb7002344c78cf3f01e0c6860e1e599d51 Mon Sep 17 00:00:00 2001 From: wangmm0220 Date: Wed, 8 Dec 2021 18:46:35 +0800 Subject: [PATCH] fix conflict when merge from develop --- tests/develop-test/0-management/3-tag/json_tag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/develop-test/0-management/3-tag/json_tag.py b/tests/develop-test/0-management/3-tag/json_tag.py index 2c6861c40a..7ff6e4a753 100644 --- a/tests/develop-test/0-management/3-tag/json_tag.py +++ b/tests/develop-test/0-management/3-tag/json_tag.py @@ -333,7 +333,7 @@ class TDTestCase: tdSql.query("select * from jsons1 where jtag->'tag1' match '收到'") tdSql.checkRows(1) tdSql.query("select * from jsons1 where jtag->'tag1' nmatch 'ma'") - tdSql.checkRows(2) + tdSql.checkRows(1) # test distinct tdSql.execute("insert into jsons1_14 using jsons1 tags('{\"tag1\":\"收到货\",\"tag2\":\"\",\"tag3\":null}') values(1591062628000, 2, NULL, '你就会', 'dws')") -- GitLab