Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit Vermeulen committed Nov 27, 2024
1 parent cecbd91 commit 5b07132
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions home/tests/test_content_import_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -1281,8 +1281,8 @@ def test_import_ordered_content_sets_duplicate_slug(
self, csv_impexp: ImportExport
) -> None:
"""
Importing CSV for ordered content sets with a duplicate name but unique slugs
should not throw an error.
Importing CSV for ordered content sets with a duplicate and duplicate slugs
should update the existing OrderedContentSet to the last one in the CSV.
"""
csv_impexp.import_file("contentpage_required_fields.csv")

Expand Down

0 comments on commit 5b07132

Please sign in to comment.