Skip to content

Commit 96066b6

Browse files
author
Matt Sokoloff
committed
format
1 parent 4bd28aa commit 96066b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_data_row_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def test_bulk_delete_datarow_metadata(datarow, mdo):
103103
assert not len(remaining_ids.intersection(set(upload_ids)))
104104

105105

106-
@pytest.mark.skip
106+
@pytest.mark.skip
107107
def test_bulk_partial_delete_datarow_metadata(datarow, mdo):
108108
"""Delete a single from metadata"""
109109
n_fields = len(datarow.metadata["fields"])

0 commit comments

Comments
 (0)