Skip to content
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.

Commit

Permalink
test(add-save-points): add assert
Browse files Browse the repository at this point in the history
  • Loading branch information
falko committed Dec 6, 2018
1 parent 142d99d commit 50f63ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ public void testHappyPath() {
assertThat(processInstance).isWaitingAt("StartEvent_ProcessStarted");

execute(job());
assertThat(processInstance).isWaitingAt("UserTask_A");
complete(task());
assertThat(processInstance).isWaitingAt("UserTask_A");

Expand Down

0 comments on commit 50f63ac

Please sign in to comment.