Merge pull request #24714 from taosdata/case/TD-28305-3.0

case: open checkStreamCorrect on s3_basic.py
This commit is contained in:
Alex Duan 2024-02-01 21:09:08 +08:00 committed by GitHub
commit 52d5315820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class TDTestCase(TBase):
self.checkInsertCorrect() self.checkInsertCorrect()
# check stream correct and drop stream # check stream correct and drop stream
# self.checkStreamCorrect() self.checkStreamCorrect()
# drop stream # drop stream
self.dropStream(self.sname) self.dropStream(self.sname)