Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Oct 1, 2024
1 parent 2187175 commit d38e34c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/testapp/test_feincms3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1319,8 +1319,7 @@ class Meta:
Warning(
"The page subclass isn't ordered by `position`.",
hint=(
'Define `ordering = ("position",)` when defining your own'
" `class Meta` on subclassed pages."
'Move `AbstractPage` first in the list of classes which your page class inherits or define `ordering = ("position",)` when defining your own `class Meta` on subclassed pages.'
),
obj=Page,
id="feincms3.W001",
Expand Down

0 comments on commit d38e34c

Please sign in to comment.