diff --git a/modeltranslation/tests/test_compat.py b/modeltranslation/tests/test_compat.py index 61dd879..a1bb2a0 100644 --- a/modeltranslation/tests/test_compat.py +++ b/modeltranslation/tests/test_compat.py @@ -7,6 +7,7 @@ class TestDjangoModelUtils: """ Test case for https://github.com/deschler/django-modeltranslation/issues/760 """ + def test_soft_deletable_model(self): try: from model_utils.models import SoftDeletableModel