Skip to content

Commit

Permalink
Fix pytest typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshidaa committed Jun 3, 2024
1 parent 7daa702 commit 917a6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ def test_download_public_data(tmpdir, mocker, add_cli_arguments):
filenames = glob.glob(str(tmpdir / "*.onnx"))
assert len(filenames) == 3

filenames = glob.glob(str(tmpdir / "*.onnx"))
filenames = glob.glob(str(tmpdir / "*.hdf5"))
assert len(filenames) == 1

for filename in filenames:
Expand Down

0 comments on commit 917a6be

Please sign in to comment.