Skip to content

Commit

Permalink
Fix test assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
pvandyken committed Apr 18, 2024
1 parent b4b23f0 commit 0ce66a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snakebids/tests/test_template.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def test_pyproject_correctly_formatted(
assert author_obj == pyproject["project"]["authors"][0]
else:
assert "authors" not in pyproject["project"]
assert pyproject["project"]["dependencies"].index(
pyproject["project"]["dependencies"].index(
f"snakebids {kwargs['snakebids_version']}" # type: ignore
)

Expand Down

0 comments on commit 0ce66a6

Please sign in to comment.