Skip to content

Commit

Permalink
style: format using black
Browse files Browse the repository at this point in the history
  • Loading branch information
Samk13 committed Jan 31, 2025
1 parent a094529 commit 6dfedda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/services/schemas/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from invenio_rdm_records.services.schemas.metadata import MetadataSchema


@pytest.mark.parametrize("version", [("v1.0.0")])
@pytest.mark.parametrize("version", ["v1.0.0"])
def test_valid_version(version, app, minimal_record):
metadata = minimal_record["metadata"]
metadata["version"] = version
Expand Down

0 comments on commit 6dfedda

Please sign in to comment.