Skip to content

Commit

Permalink
include new parameter in more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Apr 15, 2024
1 parent d849a3c commit 4b3587d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class TaskReviewServiceSpec(implicit val application: Application) extends Frame
var result2 = this.service.nextTaskReview(
reviewUser,
SearchParameters(),
lastChallengeId = Some(result.get.parent),
lastTaskId = Some(result.get.id),
sort = "id",
order = "DESC"
Expand Down Expand Up @@ -144,6 +145,7 @@ class TaskReviewServiceSpec(implicit val application: Application) extends Frame
var task = this.service.nextTaskReview(
reviewUser,
SearchParameters(),
lastChallengeId = Some(reviewTask.parent),
lastTaskId = Some(reviewTask.id),
sort = "id",
order = "ASC"
Expand Down

0 comments on commit 4b3587d

Please sign in to comment.