Skip to content

Commit

Permalink
Missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
vertism committed Dec 20, 2024
1 parent 853e9df commit 00eedb6
Showing 1 changed file with 1 addition and 1 deletion.
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 00eedb6

Please sign in to comment.