Skip to content

Commit

Permalink
Simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jan 31, 2025
1 parent c19a743 commit da79709
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/store/test_validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
async def test_repository_validate(repo_list: list[str], valid: bool):
"""Test repository list validate."""
if valid:
processed = repositories(repo_list)
assert repositories(repo_list) == repo_list
else:
with pytest.raises(Invalid):
Expand Down

0 comments on commit da79709

Please sign in to comment.