This commit is contained in:
Pere Miquel Brull 2023-03-07 21:57:44 +01:00 committed by GitHub
parent 6845f8581e
commit 63e285ef8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_tables() -> int:
return 47
return 49
def inserted_rows_count(self) -> int:
return len(self.insert_data_queries)
@ -92,7 +92,7 @@ class MysqlCliTest(CliCommonDB.TestSuite, SQACommonMethods):
@staticmethod
def expected_filtered_table_includes() -> int:
return 47
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 47
return 49