Browse Source

Typo

pull/304/head
baarkerlounger 3 years ago
parent
commit
4a3bc8bf3c
  1. 2
      spec/models/case_log_spec.rb

2
spec/models/case_log_spec.rb

@ -345,7 +345,7 @@ RSpec.describe CaseLog do
end
it "validates housing benefit rent shortfall" do
expect(validator).to receive(:tshortfall)
expect(validator).to receive(:validate_tshortfall)
end
end

Loading…
Cancel
Save