Skip to content

Commit dd6f7ff

Browse files
authored
Update tests/unit/job/test_load.py
1 parent 10f7cd4 commit dd6f7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/job/test_load.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def test_to_api_repr(self):
450450
job = klass.from_api_repr(RESOURCE, client)
451451
api_repr = job.to_api_repr()
452452

453-
# as per the documentation in load.py > LoadJob.to_api_repr(),
453+
# as per the documentation in load.py -> LoadJob.to_api_repr(),
454454
# the return value from to_api_repr should not include statistics
455455
expected = {
456456
"jobReference": RESOURCE["jobReference"],

0 commit comments

Comments
 (0)