Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak Cohen committed Mar 6, 2016
1 parent 29caa0f commit 46b3fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcloud/bigquery/test_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -1185,7 +1185,7 @@ def _row_data(row):
SENT = {
'skipInvalidRows': True,
'ignoreUnknownValues': True,
'template_suffix': '20160303',
'templateSuffix': '20160303',
'rows': [{'insertId': index, 'json': _row_data(row)}
for index, row in enumerate(ROWS)],
}
Expand Down

0 comments on commit 46b3fc2

Please sign in to comment.