Skip to content

Commit

Permalink
rubocop tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Oct 17, 2024
1 parent 1e1e3de commit 2702d0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/helpers/job_applications_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,9 @@ def job_application_sample(vacancy) # rubocop: disable Metrics/MethodLength, Met
jobseeker: Jobseeker.new(
jobseeker_profile: JobseekerProfile.new(
has_teacher_reference_number: "yes",
teacher_reference_number: "1234567")),
teacher_reference_number: "1234567",
),
),
)
end
end

0 comments on commit 2702d0d

Please sign in to comment.