Skip to content

Commit

Permalink
Fix after merge issues. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
vadims-grusas committed Jul 1, 2021
1 parent ae5dbc1 commit 2fe1958
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class PreviousRunPlanMergerTest extends AnyWordSpecLike with Matchers {
planIndex,
1,
true,
"activity",
PlanElement.Activity,
0,
Some("a"),
Some(1),
Expand Down Expand Up @@ -202,7 +202,7 @@ class PreviousRunPlanMergerTest extends AnyWordSpecLike with Matchers {
0,
planScore,
true,
"activity",
PlanElement.Activity,
planElementIdx,
Some(activityType),
Some(x),
Expand All @@ -226,7 +226,7 @@ class PreviousRunPlanMergerTest extends AnyWordSpecLike with Matchers {
0,
planScore,
true,
"leg",
PlanElement.Leg,
planElementIdx,
None,
None,
Expand Down

0 comments on commit 2fe1958

Please sign in to comment.