Skip to content

Commit

Permalink
fixing function name
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Mar 23, 2023
1 parent 59fa1da commit 6bdf716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def test_failed_download():
_download_file(filename, directory=None)


def download_cfx_mapping_example_data():
def test_download_cfx_mapping_example_data():
assert download_cfx_mapping_example_data() is not None

0 comments on commit 6bdf716

Please sign in to comment.