Skip to content

Commit

Permalink
add newly added parameter to test
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Apr 15, 2024
1 parent 3e4bce2 commit 6eea96b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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 = ""
Expand All @@ -76,6 +77,7 @@ class TaskReviewServiceSpec(implicit val application: Application) extends Frame
var result3 = this.service.nextTaskReview(
reviewUser,
SearchParameters(),
lastChallengeId = Some(result2.get.parent),
lastTaskId = Some(result2.get.id),
sort = "id",
order = ""
Expand Down

0 comments on commit 6eea96b

Please sign in to comment.