Browse Source

lint

pull/2454/head
Kat 2 years ago
parent
commit
570d1bff4f
  1. 2
      spec/requests/OrganisationsController/organisations_controller_rent_periods_spec.rb

2
spec/requests/OrganisationsController/organisations_controller_rent_periods_spec.rb

@ -124,7 +124,7 @@ RSpec.describe OrganisationsController, type: :request do
name: organisation.name, name: organisation.name,
rent_periods: [period_to_create], rent_periods: [period_to_create],
all_rent_periods: [period_to_not_delete], all_rent_periods: [period_to_not_delete],
} },
} }
end end

Loading…
Cancel
Save