Merge pull request #79 from sartography/feature/better_unit_tests

A little cleanup around the Script Unit Tests - so that it's easier to show this feature off
This commit is contained in:
Dan Funk 2022-12-21 11:09:26 -05:00 committed by GitHub
commit 1033159b2a

View File

@ -1669,7 +1669,7 @@ def script_unit_test_create(
extension_elements = None
extension_elements_array = script_task_element.xpath(
"//bpmn:extensionElements",
".//bpmn:extensionElements",
namespaces={"bpmn": "http://www.omg.org/spec/BPMN/20100524/MODEL"},
)
if len(extension_elements_array) == 0: