Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
voisardf committed Nov 28, 2023
1 parent 8ed822f commit 5787311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/contrib.data_sources.interlis_2_3/models/test_theme.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def test_model():
localised_blob = 'blob'
localised_uri = 'https://www.cadastre.ch/fr'
multilingual_blob = {'fr': 'blob', 'de': 'blubb, blubb'}
multilingual_uri = {'de': 'https://www.cadastre.ch/de/home.html', 'fr': 'https://www.cadastre.ch/fr/hone.html'}
multilingual_uri = {'de': 'https://www.cadastre.ch/de/home.html', 'fr': 'https://www.cadastre.ch/fr/home.html'}
base = '???'
db_connection = 'postgresql://postgres:[email protected]:5432/oereb_test_db'
schema_name = 'my_schema'
Expand All @@ -32,7 +32,7 @@ def test_model():
assert(new_model.ViewService == 'https://www.example.com')
assert(new_model.LegendEntry == 1)
assert(isinstance(new_model.PublicLawRestriction, list))
assert(new_model.PublicLawRestriction[0] == {'id': 1, 'type_code': '5b'})
assert(new_model.PublicLawRestriction[1] == {'id': 2, 'type_code': '3a'})
assert(new_model.Geometry == 'geom')
assert(new_model.PublicLawRestrictionDocument == 'a')
assert(new_model.LocalisedBlob == 'blob')
Expand Down

0 comments on commit 5787311

Please sign in to comment.