Skip to content

Commit

Permalink
another box dir update
Browse files Browse the repository at this point in the history
  • Loading branch information
BradleySappington committed Dec 11, 2024
1 parent 99e504c commit 1ed2a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stpsf/tests/test_errorhandling.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def mockreturn():
_ = utils.get_stpsf_data_path()

# Check that the data was downloaded
assert any((tmp_path / "data" / "stpsf-data").iterdir())
assert any((tmp_path / "data" / "webbpsf-data").iterdir()) # TODO - when box changes switch this to stpsf-data

# Test that we can override the STPSF_PATH setting here through
# the config object even though the environment var is deleted
Expand Down

0 comments on commit 1ed2a9d

Please sign in to comment.