Skip to content

Commit

Permalink
fix: update dest path in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPatrie committed Dec 13, 2024
1 parent b5f96e8 commit c32710f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,8 @@ def test_run_composition():

def test_get_biomodel():
biomd_id = 'BIOMD0000000044'
dest = './outputs'
dest = './tests/outputs'
fp = get_biomodel_archive(biomd_id, dest)
# print(f'Biomodel {biomd_id} exists at {fp}: {os.path.exists(fp)}')
print(fp)


Binary file modified tests/outputs/BIOMD0000000044.omex
Binary file not shown.

0 comments on commit c32710f

Please sign in to comment.