Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Feb 25, 2025
1 parent bb73a07 commit 89b64a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions home/tests/test_content_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -1452,9 +1452,7 @@ def test_import_simple_ordered_sets_csv(self, csv_impexp: ImportExport) -> None:

en = Locale.objects.get(language_code="en")

ordered_set = OrderedContentSet.objects.filter(
slug="slug", locale=en
).first()
ordered_set = OrderedContentSet.objects.filter(slug="slug", locale=en).first()

assert ordered_set.name == "Ordered"
pages = unwagtail(ordered_set.pages)
Expand Down

0 comments on commit 89b64a0

Please sign in to comment.