Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Dresdn committed Jun 23, 2024
1 parent 8c87f2f commit 6585010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def test_model_without_local_managers(self):
eav.unregister(User)
assert bool(User._meta.local_managers) is False


def test_default_manager_stays() -> None:
"""
Test to ensure default manager remains after registration.
Expand Down

0 comments on commit 6585010

Please sign in to comment.