diff --git a/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py b/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py index ad45c7b13af..c0946df01c4 100644 --- a/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py +++ b/ingestion/tests/cli_e2e/test_cli_bigquery_multiple_project.py @@ -104,15 +104,15 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods): @staticmethod def expected_filtered_table_includes() -> int: - return 10 + return 15 @staticmethod def expected_filtered_table_excludes() -> int: - return 11 + return 16 @staticmethod def expected_filtered_mix() -> int: - return 10 + return 15 @staticmethod def delete_queries() -> List[str]: