Skip to content

Commit 5476f02

Browse files
authored
Update tests/unit/test_job_retry.py
1 parent d9cc9f8 commit 5476f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/test_job_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ def test_query_and_wait_retries_job_for_DDL_queries(global_time_lock):
626626
),
627627
pytest.param(
628628
{"retry": google.cloud.bigquery.retry.DEFAULT_RETRY.with_timeout(timeout=10.0)},
629-
id="custom retry object",
629+
id="custom retry object use case",
630630
),
631631
],
632632
)

0 commit comments

Comments
 (0)