Skip to content

Commit

Permalink
re-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
zsomborfoldi committed Nov 29, 2024
1 parent edb8c0c commit 0a50558
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ebl/tests/fragmentarium/test_dtos.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,11 @@ def expected_dto(lemmatized_fragment, has_photo):
"externalNumbers": ExternalNumbersSchema().dump(
lemmatized_fragment.external_numbers
),
"projects": [ResearchProject["CAIC"].abbreviation, ResearchProject["ALU_GENEVA"].abbreviation, ResearchProject["AMPS"].abbreviation],
"projects": [
ResearchProject["CAIC"].abbreviation,
ResearchProject["ALU_GENEVA"].abbreviation,
ResearchProject["AMPS"].abbreviation,
],
"archaeology": ArchaeologySchema().dump(lemmatized_fragment.archaeology),
"colophon": ColophonSchema().dump(lemmatized_fragment.colophon),
"authorizedScopes": [],
Expand Down

0 comments on commit 0a50558

Please sign in to comment.