Skip to content

Commit 738cbb1

Browse files
author
Rich Kadel
committed
Removed commented out lines
Oops… I forgot to remove those after verifying the other changes worked. Removed…
1 parent 83e0897 commit 738cbb1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bigquery/tests/unit/test_table.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,6 @@ def test_create_w_alternate_client(self):
694694
RESOURCE['expirationTime'] = _millis(self.EXP_TIME)
695695
RESOURCE['view'] = {}
696696
RESOURCE['view']['query'] = QUERY
697-
# RESOURCE['view']['useLegacySql'] = True
698697
RESOURCE['type'] = 'VIEW'
699698
conn1 = _Connection()
700699
client1 = _Client(project=self.PROJECT, connection=conn1)
@@ -705,7 +704,6 @@ def test_create_w_alternate_client(self):
705704
table.friendly_name = TITLE
706705
table.description = DESCRIPTION
707706
table.view_query = QUERY
708-
# table.view_use_legacy_sql = True
709707

710708
table.create(client=client2)
711709

@@ -721,7 +719,6 @@ def test_create_w_alternate_client(self):
721719
'tableId': self.TABLE_NAME},
722720
'description': DESCRIPTION,
723721
'friendlyName': TITLE,
724-
# 'view': {'query': QUERY, 'useLegacySql': True},
725722
'view': {'query': QUERY},
726723
}
727724
self.assertEqual(req['data'], SENT)

0 commit comments

Comments
 (0)