Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Jul 22, 2021
1 parent a472fda commit ac05413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/test_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,6 @@ def test_download_to_output_directory(self):
"""Test downloading to an output directory."""
from satpy.demo import get_seviri_hrit_20180228_1500
with mock_filesystem():
base_dir = "/tmp/"
base_dir = "/somepath/"
files = get_seviri_hrit_20180228_1500(base_dir=base_dir)
assert files[0].startswith(base_dir)

0 comments on commit ac05413

Please sign in to comment.