Skip to content

Commit 16707a1

Browse files
committed
Typo.
1 parent bfb4060 commit 16707a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bigquery/unit_tests/test__helpers.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ def test_from_api_repr_w_name(self):
11741174
RESOURCE = {
11751175
'name': 'foo',
11761176
'parameterType': {
1177-
'type': 'STRUTCT',
1177+
'type': 'STRUCT',
11781178
'structTypes': [
11791179
{'name': 'bar', 'type': {'type': 'INT64'}},
11801180
{'name': 'baz', 'type': {'type': 'STRING'}},
@@ -1196,7 +1196,7 @@ def test_from_api_repr_w_name(self):
11961196
def test_from_api_repr_wo_name(self):
11971197
RESOURCE = {
11981198
'parameterType': {
1199-
'type': 'STRUTCT',
1199+
'type': 'STRUCT',
12001200
'structTypes': [
12011201
{'name': 'bar', 'type': {'type': 'INT64'}},
12021202
{'name': 'baz', 'type': {'type': 'STRING'}},

0 commit comments

Comments
 (0)