Skip to content

Commit

Permalink
Test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
samaloney committed Jan 23, 2025
1 parent ce2a272 commit 22851a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chimerapy/tests/test_chimera.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


def test_chimera(tmp_path):
Downloader.simple_download(INPUT_FILES.values(), path=tmp_path)
_ = Downloader.simple_download(INPUT_FILES.values(), path=tmp_path)
os.chdir(tmp_path)
chimera_legacy()

Expand Down

0 comments on commit 22851a3

Please sign in to comment.