clean up after new class based test

This commit is contained in:
burnettk 2022-10-03 12:22:43 -04:00
parent c567cae994
commit 633fdc188f
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ class TestProcessInstanceProcessor(BaseTest):
assert result == 1 assert result == 1
def test_script_engine_can_use_custom_scripts( def test_script_engine_can_use_custom_scripts(
self,
app: Flask, app: Flask,
with_db_and_bpmn_file_cleanup: None, with_db_and_bpmn_file_cleanup: None,
) -> None: ) -> None: