Skip to content

Commit

Permalink
updating the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mahaalbashir committed Oct 19, 2023
1 parent 489dffd commit adecf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def test_rename_output(data, acro):
results = acro.finalise(PATH)
assert output_0.uid == new_name
assert orig_name not in results.get_keys()
assert os.path.exists(f"outputs/{new_name}_0.csv")
assert os.path.exists(f"{PATH}/{new_name}_0.csv")
# rename an output that doesn't exist
with pytest.raises(ValueError):
acro.rename_output("123", "name")
Expand Down

0 comments on commit adecf74

Please sign in to comment.