Fix mysql e2e count (#19315)

This commit is contained in:
Suman Maharana 2025-01-10 21:41:38 +05:30 committed by GitHub
parent bea88c0ba9
commit 89dae42407
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,7 +120,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_table_includes() -> int:
return 134
return 135
@staticmethod
def expected_filtered_table_excludes() -> int:
@ -128,4 +128,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_mix() -> int:
return 134
return 135