Skip to content

Commit

Permalink
re-added eyq-241 back in
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Nov 27, 2024
1 parent e6ef8d6 commit 0ba1ecb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ public class MockQualificationsRepository : IQualificationsRepository
"eyq-115" => await Task.FromResult(CreateQualification("EYQ-115", "NCFE",
AwardingOrganisations.Various, 3, false)),
"eyq-114" => await Task.FromResult(CreateLevel2FurtherActionRequiredQualification("EYQ-114", "Level 2 Further Action Qualification", AwardingOrganisations.Ncfe, 3)),

"eyq-241" => await Task.FromResult(CreateQualification("EYQ-241", "BTEC",
AwardingOrganisations.Various, 2)),
_ => await Task.FromResult(CreateQualification("EYQ-240",
"T Level Technical Qualification in Education and Childcare (Specialism - Early Years Educator)",
AwardingOrganisations.Ncfe, 3))
Expand Down

0 comments on commit 0ba1ecb

Please sign in to comment.