Skip to content

Commit 6b5991e

Browse files
committed
revert last change
1 parent 958af6e commit 6b5991e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/2022_airflow_summit/data_analytics_process_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,4 +173,4 @@ def test_process(test_dataproc_batch):
173173
print(test_dataproc_batch)
174174

175175
# check that the results table is there now
176-
assert BQ_CLIENT.get_table(f"{BQ_DATASET}.{BQ_WRITE_TABLE}").num_rows > 0
176+
assert BQ_CLIENT.get_table(f"{BQ_DATASET}.{BQ_WRITE_TABLE}").num_rows > 0

0 commit comments

Comments
 (0)