Skip to content

Commit

Permalink
fix tests to be compatible with threedi-schema 0.300.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpprins1 committed Feb 18, 2025
1 parent 80ba4aa commit 94b06ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Changelog of threedi-modelchecker
2.17.5 (unreleased)
-------------------

- Nothing changed yet.
- Fix tests to be compatible with threedi-schema 0.300.9


2.17.4 (2025-02-18)
Expand Down
2 changes: 1 addition & 1 deletion threedi_modelchecker/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def threedi_db(tmpdir_factory):
db = ThreediDatabase(tmp_sqlite)
schema = ModelSchema(db)
schema.upgrade(
backup=False, upgrade_spatialite_version=False, custom_epsg_code=28992
backup=False, upgrade_spatialite_version=False, epsg_code_override=28992
)
schema.set_spatial_indexes()
return db
Expand Down

0 comments on commit 94b06ff

Please sign in to comment.