Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Oct 2, 2023
1 parent 820ced5 commit 6e9f443
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ export const makeChecksWithStatus = async (
if (d.summary) {
d.summary[status] += d.summary[oppositeStatus];
d.summary[oppositeStatus] = 0;
d.summary.final_attempt = true;
}

return mogrify(d);
Expand Down

0 comments on commit 6e9f443

Please sign in to comment.