diff --git a/ingestion/tests/cli_e2e/test_cli_bigquery.py b/ingestion/tests/cli_e2e/test_cli_bigquery.py index 8ce1bec2ae9..8ed4f4c7891 100644 --- a/ingestion/tests/cli_e2e/test_cli_bigquery.py +++ b/ingestion/tests/cli_e2e/test_cli_bigquery.py @@ -135,16 +135,16 @@ class BigqueryCliTest(CliCommonDB.TestSuite, SQACommonMethods): ( "local_bigquery.open-metadata-beta.exclude_me.orders", [ - SystemProfile( - timestamp=Timestamp(root=0), - operation=DmlOperationType.UPDATE, - rowsAffected=1, - ), SystemProfile( timestamp=Timestamp(root=0), operation=DmlOperationType.INSERT, rowsAffected=2, ), + SystemProfile( + timestamp=Timestamp(root=1), + operation=DmlOperationType.UPDATE, + rowsAffected=1, + ), ], ) ]