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 2c6861c40a9612a5126a6d65b12705ec0bb16b6d..7ff6e4a753d00870c9b1f66d9b3d5ad9c00bbb14 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')")