This commit is contained in:
Mathieu Magnin 2024-10-15 15:32:46 +02:00
parent 49c9f274e4
commit 4b5235e42f
No known key found for this signature in database
GPG key ID: 8DCAFC82D7BA654E

View file

@ -150,7 +150,7 @@ RSpec.describe GeoArea, type: :model do
before { allow(geo_area).to receive(:area).and_return(nil) }
it "should not crash" do
expect(geo_area.label).to eq("Parcelle n° - Feuille - commune ")
expect(geo_area.label).to eq("Parcelle n°  - Feuille   -   commune ")
end
end
end