Minor: Fix Mysql cli Update table count (#18582)

This commit is contained in:
Suman Maharana 2024-11-15 14:27:02 +05:30 committed by GitHub
parent 8c6de372f1
commit a218bbf5cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -117,7 +117,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_table_includes() -> int:
return 83
return 84
@staticmethod
def expected_filtered_table_excludes() -> int:
@ -125,4 +125,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_mix() -> int:
return 83
return 84