Skip to content

Commit 8e8f933

Browse files
author
Matt Sokoloff
committed
fix test
1 parent e00eda0 commit 8e8f933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_dataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ def test_data_row_export(dataset):
104104
ids = set()
105105
for _ in range(n_data_rows):
106106
ids.add(dataset.create_data_row(row_data=IMG_URL))
107-
result = list(dataset.export_queued_data_rows())
107+
result = list(dataset.export_data_rows())
108108
assert len(result) == n_data_rows
109109
assert set(result) == ids

0 commit comments

Comments
 (0)