Browse Source

Lint

pull/636/head
baarkerlounger 3 years ago
parent
commit
cbe3db277f
  1. 4
      spec/requests/organisations_controller_spec.rb

4
spec/requests/organisations_controller_spec.rb

@ -282,7 +282,7 @@ RSpec.describe OrganisationsController, type: :request do
phone: "011101101",
provider_type: "LA",
holds_own_stock: "true",
housing_registration_no: "7917937"
housing_registration_no: "7917937",
},
}
end
@ -854,7 +854,7 @@ RSpec.describe OrganisationsController, type: :request do
phone: "011101101",
provider_type: "LA",
holds_own_stock: "true",
housing_registration_no: "7917937"
housing_registration_no: "7917937",
},
}
end

Loading…
Cancel
Save