Skip to content

Commit

Permalink
fix unittest to new version of mapwriter plugin
Browse files Browse the repository at this point in the history
caused by: #255
  • Loading branch information
treee111 committed Sep 13, 2024
1 parent 215e4c6 commit 4c8909a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_downloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def test_download_macos_files(self):
"""
if platform.system() != "Windows":
path = os.path.join(str(constants.USER_DIR), '.openstreetmap', 'osmosis',
'plugins', 'mapsforge-map-writer-0.20.0-jar-with-dependencies.jar')
'plugins', 'mapsforge-map-writer-0.21.0-jar-with-dependencies.jar')

if os.path.exists(path):
os.remove(path)
Expand Down

0 comments on commit 4c8909a

Please sign in to comment.