Skip to content

Commit 6525fb2

Browse files
author
Jon Wayne Parrott
committed
Remove unnecessary fixture
Change-Id: I5e3f3faecfaf05749e7cd931d1d81758d3032651
1 parent 37ba6d3 commit 6525fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/cloud-client/stream_data_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
TABLE_ID = 'test_import_table'
1919

2020

21-
def test_stream_data(resource, capsys):
21+
def test_stream_data(capsys):
2222
stream_data.stream_data(
2323
DATASET_ID,
2424
TABLE_ID,

0 commit comments

Comments
 (0)