removed useless file service test

This commit is contained in:
jasquat 2022-09-09 09:04:35 -04:00
parent 3c78ceaac4
commit 8b87421db0
1 changed files with 0 additions and 6 deletions

View File

@ -18,12 +18,6 @@ class TestSpecFileService(BaseTest):
"test_process_group_id", "call_activity_nested", "call_activity_nested.bpmn" "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( def test_can_store_process_ids_for_lookup(
self, app: Flask, with_db_and_bpmn_file_cleanup: None self, app: Flask, with_db_and_bpmn_file_cleanup: None
) -> None: ) -> None: