mirror of
https://github.com/jazzband/django-eav2.git
synced 2026-03-16 22:40:26 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8c87f2f53b
commit
6585010038
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ class RegistryTests(TestCase):
|
|||
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue