Skip to content

Commit

Permalink
Update modules/flowable-assertions/flowable-process-assertions/src/ma…
Browse files Browse the repository at this point in the history
…in/java/org/flowable/assertions/process/HistoricProcessInstanceAssert.java

Co-authored-by: David B Malkovsky <[email protected]>
  • Loading branch information
martin-grofcik and dbmalkovsky authored Feb 2, 2024
1 parent 537de3a commit e3a3f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public HistoricProcessInstanceAssert hasVariable(String variableName) {
processExistsInHistory();

if (processServicesProvider.getHistoryService().createHistoricProcessInstanceQuery().processInstanceId(actual.getId()).variableExists(variableName).count() != 1) {
failWithMessage(getProcessDescription(actual)+" has variable <%s> but variable does not exist in history.", variableName);
failWithMessage(getProcessDescription(actual) + " has variable <%s> but variable does not exist in history.", variableName);
}

return this;
Expand Down

0 comments on commit e3a3f49

Please sign in to comment.