Skip to content

Commit

Permalink
core exporter updated for cleaned data
Browse files Browse the repository at this point in the history
  • Loading branch information
catsmith committed Jun 17, 2024
1 parent cdaa24d commit 3af106c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/test_restructure_export_data_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def test_clean_collation_unit_1(self, mocked_strip_keys, mocked_clean_variant_un
"""
data = {'context': 'Gal.1.1',
'structure': {'special_categories': [], 'marked_readings': {}, 'apparatus': [{}, {}],
'overtext': [{'tokens': [{}, {}, {}]}]}}
'overtext': [{'tokens': [{}, {}, {}]}]}}
expected = deepcopy(data)
del expected['structure']['special_categories']
del expected['structure']['marked_readings']
Expand Down

0 comments on commit 3af106c

Please sign in to comment.