From 3af106ce5f525e13aa54edd8d6d242a8a5688c86 Mon Sep 17 00:00:00 2001 From: Cat Smith <910384+catsmith@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:27:10 +0100 Subject: [PATCH] core exporter updated for cleaned data --- unit_tests/test_restructure_export_data_mixin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit_tests/test_restructure_export_data_mixin.py b/unit_tests/test_restructure_export_data_mixin.py index c76baa7..76ffeb4 100644 --- a/unit_tests/test_restructure_export_data_mixin.py +++ b/unit_tests/test_restructure_export_data_mixin.py @@ -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']