Update counts after #10265 (#10693)

This commit is contained in:
Pere Miquel Brull 2023-03-22 06:32:18 +01:00 committed by GitHub
parent e2a2bcc8da
commit ebbd611825
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 50
return 49
@staticmethod
def expected_filtered_table_excludes() -> int:
@ -100,4 +100,4 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_mix() -> int:
return 50
return 49