Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 14, 2024
1 parent 97b323e commit 536d743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_unit/test_sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def test_fetch_metadata(
failed download and pre-existing local files. The expected behavior is
that the function will try to download the metadata file, and if that
fails, it will try to load an existing local file. If neither succeeds,
an error is raised. If an local temporary file exists, it should be
an error is raised. If a local temporary file exists, it should be
deleted in the process.
"""
metadata_file_name = "metadata.yaml"
Expand Down

0 comments on commit 536d743

Please sign in to comment.