Skip to content

Commit e3aaa16

Browse files
author
Matt Sokoloff
committed
fix bug in test
1 parent 851b685 commit e3aaa16

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
@@ -101,7 +101,7 @@ def test_upload_video_file(dataset, sample_video: str) -> None:
101101

102102
def test_data_row_export(dataset):
103103
n_data_rows = 5
104-
ids = {}
104+
ids = set()
105105
for _ in range(n_data_rows):
106106
ids.add(dataset.create_data_row(row_data=IMG_URL))
107107
result = list(dataset.export_queued_data_rows())

0 commit comments

Comments
 (0)