We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfb4060 commit 16707a1Copy full SHA for 16707a1
bigquery/unit_tests/test__helpers.py
@@ -1174,7 +1174,7 @@ def test_from_api_repr_w_name(self):
1174
RESOURCE = {
1175
'name': 'foo',
1176
'parameterType': {
1177
- 'type': 'STRUTCT',
+ 'type': 'STRUCT',
1178
'structTypes': [
1179
{'name': 'bar', 'type': {'type': 'INT64'}},
1180
{'name': 'baz', 'type': {'type': 'STRING'}},
@@ -1196,7 +1196,7 @@ def test_from_api_repr_w_name(self):
1196
def test_from_api_repr_wo_name(self):
1197
1198
1199
1200
1201
1202
0 commit comments