Updated count for mysql e2e filters (#10816)

This commit is contained in:
Onkar Ravgan 2023-03-29 13:09:26 +05:30 committed by GitHub
parent 5d6e18dc28
commit 4fa98b2703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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