camunda/camunda-bpm-assert

Incorrect method name reference in IllegalArgumentException message

margue opened this issue · 2 comments

The util methods for completing a Task throw IllegalArgumentExceptions for null Parameters with a message "Illegal call of claim (...)". Should be "Illegal call of complete (...)".

Hi Martin,

thanks for spotting this.

We fixed this in the 3.0.0-alpha1 release as mentioned in the PR #101.

Closing this as fixed.

Best,
Tobias