From 82c4e0873575b5098ac737fd05035ce224de9d2f Mon Sep 17 00:00:00 2001 From: Gagan Date: Wed, 30 Oct 2024 15:43:42 +0530 Subject: [PATCH] Update api/tests/unit/import_export/test_unit_import_export_export.py Co-authored-by: Matthew Elwell --- api/tests/unit/import_export/test_unit_import_export_export.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/tests/unit/import_export/test_unit_import_export_export.py b/api/tests/unit/import_export/test_unit_import_export_export.py index d390c585a507..8cb374d28666 100644 --- a/api/tests/unit/import_export/test_unit_import_export_export.py +++ b/api/tests/unit/import_export/test_unit_import_export_export.py @@ -102,7 +102,7 @@ def test_export_project(organisation): # TODO: test whether the export is importable -def test_export_project__only_live_segments_are_imported( +def test_export_project__only_live_segments_are_exported( organisation: Organisation, project: Project ): # Given