Browse Source

Lint

pull/2753/head
Manny Dinssa 2 years ago
parent
commit
92d763c302
  1. 4
      spec/models/form/sales/subsections/setup_spec.rb

4
spec/models/form/sales/subsections/setup_spec.rb

@ -86,7 +86,7 @@ RSpec.describe Form::Sales::Subsections::Setup, type: :model do
it "has correct pages" do it "has correct pages" do
expect(setup.pages.map(&:id)).to eq( expect(setup.pages.map(&:id)).to eq(
%w[ %w[
owning_organisation owning_organisation
managing_organisation managing_organisation
assigned_to assigned_to
@ -104,7 +104,7 @@ RSpec.describe Form::Sales::Subsections::Setup, type: :model do
privacy_notice_joint_purchase privacy_notice_joint_purchase
privacy_notice privacy_notice
], ],
) )
end end
end end
end end

Loading…
Cancel
Save