Skip to content

Commit 908fc5e

Browse files
Remove redundant example
1 parent 1319c1a commit 908fc5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_sqlalchemy_bigquery.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,6 @@ def test_get_columns(inspector, inspector_using_test_dataset):
488488
('dataset', 'table', 'project'),
489489
(None, 'dataset.table', 'project'),
490490
(None, 'project.dataset.table', 'other_project'),
491-
('dataset', 'table', 'project'),
492491
('project', 'dataset.table', 'other_project'),
493492
])
494493
def test_table_reference(dialect, provided_schema_name,

0 commit comments

Comments
 (0)