Skip to content

Commit b737408

Browse files
authored
Update tests/unit/test_job_retry.py
1 parent 361252d commit b737408

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
@@ -538,7 +538,7 @@ def test_raises_on_job_retry_on_result_with_non_retryable_jobs(client):
538538
" provided to the query that created this job."
539539
).replace(" ", r"\s"),
540540
):
541-
# Expliclty providing a job_retry is an error.
541+
# Explicitly providing a job_retry is an error.
542542
job.result(job_retry=google.api_core.retry.Retry())
543543

544544

0 commit comments

Comments
 (0)