Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
This happened because googleapis#4350 was sent before googleapis#4355 was merged.
  • Loading branch information
dhermes authored and aw committed Nov 15, 2017
1 parent 3b8f557 commit 9a407f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigquery/tests/unit/test_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ def test_reload_w_alternate_client(self):
def test_iter(self):
import types

begun_resource = self._makeResource()
begun_resource = self._make_resource()
query_resource = {
'jobComplete': True,
'jobReference': {
Expand Down

0 comments on commit 9a407f5

Please sign in to comment.