Skip to content

Commit 69400d0

Browse files
author
Kevin Kim
committed
Addressing test failure
1 parent 2345efa commit 69400d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_data_rows.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def test_data_row_single_creation_with_metadata(dataset, rand_gen, image_url):
165165
assert requests.get(image_url).content == \
166166
requests.get(data_row.row_data).content
167167
assert data_row.media_attributes is not None
168-
assert len(data_row.metadata_fields) == 5
168+
assert len(data_row.custom_metadata) == 5
169169

170170
with NamedTemporaryFile() as fp:
171171
data = rand_gen(str).encode()

0 commit comments

Comments
 (0)