case: open checkStreamCorrect on s3_basic.py

This commit is contained in:
Alex Duan 2024-02-01 19:06:38 +08:00
parent eb04c1a818
commit f78b62e224
1 changed files with 1 additions and 1 deletions

View File

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