From 825dc0943366c9849aee749d3da66faf5e551717 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Tue, 12 May 2020 17:23:13 +0800 Subject: [PATCH] fixup: typo. --- tests/pytest/import_merge/importDataHO.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest/import_merge/importDataHO.py b/tests/pytest/import_merge/importDataHO.py index 0fe6ab71d5..f6d65a5c53 100644 --- a/tests/pytest/import_merge/importDataHO.py +++ b/tests/pytest/import_merge/importDataHO.py @@ -27,7 +27,7 @@ class TDTestCase: def run(self): self.ntables = 1 self.startTime = 1520000010000 - self.maxwrows = 200 + self.maxrows = 200 self.rowsPerTable = 20 tdDnodes.stop(1) -- GitLab