diff --git a/app/models/journeys/further_education_payments/slug_sequence.rb b/app/models/journeys/further_education_payments/slug_sequence.rb index 6c3c4512d2..99a0ac9ced 100644 --- a/app/models/journeys/further_education_payments/slug_sequence.rb +++ b/app/models/journeys/further_education_payments/slug_sequence.rb @@ -94,7 +94,7 @@ def slugs end if answers.subjects_taught.exclude?("building_construction") - sequence.delete("building-and-construction-courses") + sequence.delete("building-construction-courses") end if answers.subjects_taught.exclude?("chemistry")