You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2022/12/29 07:57:06 UTC

[iotdb] 01/02: try to add tests

This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch fix_py_code_1
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 92db8ca871ef02b7583ae60bf56164cdc8b97392
Author: HTHou <hh...@outlook.com>
AuthorDate: Thu Dec 29 09:26:48 2022 +0800

    try to add tests
---
 client-py/tests/test_session.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client-py/tests/test_session.py b/client-py/tests/test_session.py
index e7ae79fcb9..201437ba28 100644
--- a/client-py/tests/test_session.py
+++ b/client-py/tests/test_session.py
@@ -213,7 +213,7 @@ def test_session():
             [True, 77, 88, 1.25, 8.125, "test_records02"],
         ]
         data_type_list_ = [data_types_, data_types_]
-        device_ids_ = ["root.sg_test_01.d_01", "root.sg_test_01.d_01"]
+        device_ids_ = ["root.sg_test_01.d_01", "root.sg_test_01.d_02"]
         if (
             session.insert_records(
                 device_ids_, [2, 3], measurements_list_, data_type_list_, values_list_