Skip to content

Commit

Permalink
Remove extra hash key
Browse files Browse the repository at this point in the history
  • Loading branch information
jadekstewart3 committed Nov 27, 2024
1 parent 4c38cc2 commit 272e843
Showing 1 changed file with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@
it 'should report zero values' do
expect(report.report[:name]).to eq("Adult Incontinence")
expect(report.report[:entries]).to match(hash_including({
"Adult incontinence supplies distributed" => 0,
"Adult incontinence supplies distributed" => "0",
"Adults Assisted Per Month" => 0,
"% adult incontinence bought" => "0%",
"% adult incontinence supplies donated" => "0%",
"Adult incontinence supplies distributed" => "0",
"Adult incontinence supplies per adult per month" => 0,
"Money spent purchasing adult incontinence supplies" => "$0.00"
}))
Expand Down Expand Up @@ -135,7 +134,7 @@
"Underpads (Pack)",
"Adult Liners",
"Wipes (Adult)",
"1T Diapers") # item auto generated with the creation of a kit
"2T Diapers") # item auto generated with the creation of a kit
end

it 'should handle null distribution quantity' do
Expand All @@ -160,8 +159,8 @@
"Underpads (Pack)",
"Adult Liners",
"Wipes (Adult)",
"2T Diapers") # item auto generated with the creation of a kit
end
"1T Diapers") #item autogenerated with creation of a kit
end
end
end
end

0 comments on commit 272e843

Please sign in to comment.