Skip to content

Commit

Permalink
fix: fully update name of biomodel archive getter in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Dec 13, 2024
1 parent d777d32 commit aea49df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def test_run_composition():
def test_get_biomodel():
biomd_id = 'BIOMD0000000044'
dest = '/Users/alexanderpatrie/Desktop/repos/bio-compose/tests/outputs'
fp = get_biomodel(biomd_id, dest)
fp = get_biomodel_archive(biomd_id, dest)
# print(f'Biomodel {biomd_id} exists at {fp}: {os.path.exists(fp)}')
print(fp)

Expand Down

0 comments on commit aea49df

Please sign in to comment.