Fixed e2e count (#12276)

This commit is contained in:
Onkar Ravgan 2023-07-04 20:17:51 +05:30 committed by GitHub
parent 15e76bc0d0
commit bee0cc4053
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_table_includes() -> int:
return 50
return 52
@staticmethod
def expected_filtered_table_excludes() -> int:
@ -99,4 +99,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_mix() -> int:
return 50
return 52