Skip to content

Commit

Permalink
rename file, because the current file is problematic in windows (geop…
Browse files Browse the repository at this point in the history
  • Loading branch information
pvgenuchten authored Dec 13, 2022
1 parent b1dab17 commit 69e5ba9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def test_import(self):
self.assertEqual(expected_bbox, result_bbox,
'Expected specific BBOX')

with open(get_abspath('urn:x-wmo:md:int.wmo.wis::ISMD01EDZW.xml')) as fh: # noqa
with open(get_abspath('x-wmo-md-int.wmo.wis.ISMD01EDZW.xml')) as fh: # noqa
mcf = schema.import_(fh.read())

self.assertEqual(
Expand Down
File renamed without changes.

0 comments on commit 69e5ba9

Please sign in to comment.