Skip to content

Commit

Permalink
removed ProjectStep PendingTerminationApproval to Terminated from array
Browse files Browse the repository at this point in the history
  • Loading branch information
atGit2021 committed Jul 17, 2024
1 parent facba60 commit b827061
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/engagement.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1071,11 +1071,11 @@ describe('Engagement e2e', () => {
ProjectStep.Rejected,
EngagementStatus.Rejected,
],
[
ProjectStep.PendingTerminationApproval,
ProjectStep.Terminated,
EngagementStatus.Terminated,
],
// [
// ProjectStep.PendingTerminationApproval,
// ProjectStep.Terminated,
// EngagementStatus.Terminated,
// ],
// this only happens when an admin overrides to completed
// this is prohibited if there are non terminal engagements
[
Expand Down

0 comments on commit b827061

Please sign in to comment.