Skip to content

Commit

Permalink
working on functional test updates #1720
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Dec 12, 2023
1 parent 3909832 commit 4e61918
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,11 @@ class ConfigurableMeriPlanSpec extends StubbedCasSpec {
}

when:
meriPlan.keyThreats[0].relatedOutcomes = ['ST1']
meriPlan.keyThreats[0].threatCode = 'Key threat 2'
meriPlan.keyThreats[0].threat = "Threat 1"
meriPlan.keyThreats[0].intervention = "Intervention 1"
meriPlan.keyThreats[0].relatedOutcomes = ['ST1']

meriPlan.keyThreats[0].targetMeasures = ['score_42']
meriPlan.keyThreats[0].evidence = "Evidence 1"
meriPlan.projectMethodology = "Project assumptions 1"
Expand Down

0 comments on commit 4e61918

Please sign in to comment.