Skip to content

Commit

Permalink
Adjust code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ejimsan committed Dec 16, 2024
1 parent 0636b2c commit b36b666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ebl/tests/fragmentarium/test_fragments_search_route.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,7 @@ def test_search_project(client, fragmentarium, project):
)
def test_search_site(client, fragmentarium, site, attribute):
fragments = [
FragmentFactory.build(museum=museum)
for museum in [museum, Museum.PENN_MUSEUM]
FragmentFactory.build(museum=museum) for museum in [museum, Museum.PENN_MUSEUM]
]

for fragment in fragments:
Expand All @@ -448,6 +447,7 @@ def test_search_site(client, fragmentarium, site, attribute):
assert result.status == falcon.HTTP_OK
assert result.json == expected_json


@pytest.mark.parametrize(
"site",
[ExcavationSite.UR, ExcavationSite.TELL_EL_AMARNA, ExcavationSite.KIS],
Expand Down

0 comments on commit b36b666

Please sign in to comment.