Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jan 16, 2024
1 parent 9a720c8 commit 631338a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ class TaskReviewService @Inject() (
Some(
task.copy(review = task.review.copy(
metaReviewStatus = Some(reviewStatus),
metaReviewedBy = Some(user.id),
metaReviewedBy = Some(metaReviewer),
reviewedAt = Some(new DateTime()),
reviewClaimedAt = None,
reviewClaimedBy = None
Expand Down

0 comments on commit 631338a

Please sign in to comment.