From 8b87421db07bca7fe8fe4da44771b7be89030862 Mon Sep 17 00:00:00 2001 From: jasquat Date: Fri, 9 Sep 2022 09:04:35 -0400 Subject: [PATCH] removed useless file service test --- tests/spiffworkflow_backend/unit/test_spec_file_service.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/spiffworkflow_backend/unit/test_spec_file_service.py b/tests/spiffworkflow_backend/unit/test_spec_file_service.py index aad1682d..95321c50 100644 --- a/tests/spiffworkflow_backend/unit/test_spec_file_service.py +++ b/tests/spiffworkflow_backend/unit/test_spec_file_service.py @@ -18,12 +18,6 @@ class TestSpecFileService(BaseTest): "test_process_group_id", "call_activity_nested", "call_activity_nested.bpmn" ) - def test_can_check_for_messages_in_bpmn_xml( - self, app: Flask, with_db_and_bpmn_file_cleanup: None - ) -> None: - """Test_can_check_for_messages_in_bpmn_xml.""" - assert True - def test_can_store_process_ids_for_lookup( self, app: Flask, with_db_and_bpmn_file_cleanup: None ) -> None: