From 638f7b4afbbda16ec6323f51500d7a233a3ed864 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 5 May 2020 18:45:05 +0800 Subject: [PATCH] fixup. --- tests/pytest/insert/binary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/insert/binary.py b/tests/pytest/insert/binary.py index 53041b1ce7..e254fb1438 100644 --- a/tests/pytest/insert/binary.py +++ b/tests/pytest/insert/binary.py @@ -38,7 +38,7 @@ class TDTestCase: tdSql.checkRows(2) tdLog.info('==> $data00') tdLog.info("tdSql.checkData(0, 0, '23456')") -# tdSql.checkData(0, 0, '23456') + tdSql.checkData(0, 0, '23456') tdLog.info('=============== step4') tdLog.info("insert into tb values (now+3a, '345678')") tdSql.error("insert into tb values (now+3a, '345678')") -- GitLab