Skip to content

Commit

Permalink
[PEx] Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed May 6, 2024
1 parent 994be9f commit d3321c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ private void postIterationCleanup() {
assert ((scheduleChoice == choice) || (scheduleChoice.getStepNumber() == (choice.getStepNumber() - 1)));
newStepNumber = scheduleChoice.getStepNumber();
} else {
assert (choice.getStepNumber() == 0);
assert (choice.getStepNumber() <= 1);
}
}
if (newStepNumber == 0) {
Expand Down

0 comments on commit d3321c8

Please sign in to comment.