From 80aa9fd80faa792cfd6d775e1983a6b24add2a87 Mon Sep 17 00:00:00 2001 From: Suman Maharana Date: Fri, 26 Jul 2024 16:14:31 +0530 Subject: [PATCH] Fix: bigquery e2e test fix (#17192) --- .../tests/cli_e2e/test_cli_bigquery_multiple_project.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]: