Skip to content

Commit a785272

Browse files
author
Val Brodsky
committed
Add test for mmc data rows
1 parent 994b6da commit a785272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/labelbox/tests/integration/test_data_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ def test_create_data_row_with_metadata_dict(
405405
row_data=image_url, metadata_fields=make_metadata_fields_dict
406406
)
407407

408-
assert len(list(dataset.data_rows())) == 1
408+
assert len([dr for dr in dataset.data_rows()]) == 1
409409
assert data_row.dataset() == dataset
410410
assert data_row.created_by() == client.get_user()
411411
assert data_row.organization() == client.get_organization()

0 commit comments

Comments
 (0)