Skip to content

Commit

Permalink
ordering and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 20, 2024
1 parent 8b17b98 commit 853e9df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/models/commissioning_document_template/standard.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ def context
super.merge(
addressee_location: data_request_area.location,
aliases: kase.subject_aliases,
crn: kase.case_reference_number,
deadline:,
pnc: kase.other_subject_ids,
request_info:,
requests:,
request_additional_info:,
crn: kase.case_reference_number,
)
end
end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

let(:kase) do
build_stubbed(:offender_sar_case,
case_reference_number: "CRN999",
case_reference_number: "CRN999"
number: "20062007",
subject_full_name: "Robert Badson",
date_of_birth: "2000-03-11",
Expand Down

0 comments on commit 853e9df

Please sign in to comment.