Fix py-cli-e2e-tests (#8662)

This commit is contained in:
Mayur Singal 2022-11-11 13:25:34 +05:30 committed by GitHub
parent 2dbd43a589
commit 8c7c08ae5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ class MysqlCliTest(CliCommonDB.TestSuite):
@staticmethod @staticmethod
def expected_filtered_table_includes() -> int: def expected_filtered_table_includes() -> int:
return 41 return 43
@staticmethod @staticmethod
def expected_filtered_table_excludes() -> int: def expected_filtered_table_excludes() -> int:
@ -104,4 +104,4 @@ class MysqlCliTest(CliCommonDB.TestSuite):
@staticmethod @staticmethod
def expected_filtered_mix() -> int: def expected_filtered_mix() -> int:
return 41 return 43