Merge pull request #1891 from taosdata/hotfix/py-testcase-refine

fixup: typo.
This commit is contained in:
Shengliang Guan 2020-05-12 18:47:21 +08:00 committed by GitHub
commit 6e08f6632a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)