Browse Source

tests

pull/1867/head
Kat 3 years ago
parent
commit
82c8428242
  1. 2
      spec/models/form/lettings/questions/location_id_spec.rb

2
spec/models/form/lettings/questions/location_id_spec.rb

@ -130,8 +130,8 @@ RSpec.describe Form::Lettings::Questions::LocationId, type: :model do
context "and some locations are not confirmed" do
before do
FactoryBot.create(:location, scheme:, postcode: nil)
FactoryBot.create(:location, scheme:)
FactoryBot.create(:location, :incomplete, scheme:)
lettings_log.update!(scheme:)
end

Loading…
Cancel
Save