Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 19, 2024
1 parent 6320c3f commit 6d32a2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_file_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ def test_spice_file_path():
] / Path("spice/mk/imap_yyyy_doy_e00.mk")

thruster_file = SPICEFilePath("imap_yyyy_doy_hist_00.sff")
assert thruster_file.construct_path() == imap_data_access.config[
"DATA_DIR"
] / Path("spice/activities/imap_yyyy_doy_hist_00.sff")
assert thruster_file.construct_path() == imap_data_access.config["DATA_DIR"] / Path(
"spice/activities/imap_yyyy_doy_hist_00.sff"
)

0 comments on commit 6d32a2b

Please sign in to comment.