fix: fix rpc quit problem

This commit is contained in:
yihaoDeng 2022-06-29 10:22:28 +08:00
parent 32c00b3801
commit 286a7c6d95
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ class TDTestCase:
tdSql.checkData(0, 0, "true")
# test select json tag->'key', value is null
tdSql.query("select jtag->'tag1' from jsons1_4")
tdSql.checkData(0, 0, "null")
tdSql.checkData(0, 0, None)
# test select json tag->'key', value is double
tdSql.query("select jtag->'tag1' from jsons1_5")
tdSql.checkData(0, 0, "1.232000000")