Skip to content

Commit

Permalink
feat: added failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Nov 27, 2024
1 parent ef47d74 commit de703c1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -792,4 +792,9 @@ void testCalledElementRefDeploymentBindingConversion() {
.getAttribute(ZEEBE, "bindingType"))
.isEqualTo("deployment");
}

@Test
void testShouldConvertDelegateExpressionListener(){
throw new IllegalStateException("Not implemented yet");
}
}

0 comments on commit de703c1

Please sign in to comment.