Browse Source

CLDC-4174: linting

pull/3200/head
Nat Dean-Lewis 3 weeks ago
parent
commit
d021511d93
  1. 2
      spec/models/form/sales/questions/has_service_charges_changed_spec.rb

2
spec/models/form/sales/questions/has_service_charges_changed_spec.rb

@ -49,6 +49,6 @@ RSpec.describe Form::Sales::Questions::HasServiceChargesChanged, type: :model do
end
it "has the correct question number" do
expect(question.question_number).to eq(0)
expect(question.question_number).to eq(0)
end
end

Loading…
Cancel
Save