[#10919] Fix tests
This commit is contained in:
parent
49c9f274e4
commit
4b5235e42f
1 changed files with 1 additions and 1 deletions
|
@ -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 - m² – commune ")
|
||||
expect(geo_area.label).to eq("Parcelle n° - Feuille - m² – commune ")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue