Skip to content

Commit

Permalink
change docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Aug 22, 2024
1 parent 579ea27 commit f2d8319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/tests/spice/test_kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

@pytest.fixture()
def kernels(spice_test_data_path):
"""Furnish SPICE kernels for the entire test module."""
"""List SPICE kernels."""
kernels = [str(file) for file in spice_test_data_path.iterdir()]
return kernels

Expand Down

0 comments on commit f2d8319

Please sign in to comment.