Skip to content

Commit

Permalink
updates to _make_resource() after rebasing for googleapis#4355
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami committed Nov 22, 2017
1 parent e89b8de commit 8184716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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_to_dataframe(self):
import pandas as pd

begun_resource = self._makeResource()
begun_resource = self._make_resource()
query_resource = {
'jobComplete': True,
'jobReference': {
Expand Down Expand Up @@ -2758,7 +2758,7 @@ def test_to_dataframe(self):
def test_to_dataframe_w_empty_results(self):
import pandas as pd

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

0 comments on commit 8184716

Please sign in to comment.