From 890da05e206ef10b2c3c63cbc1f17cb49d78818f Mon Sep 17 00:00:00 2001 From: DevilsAutumn Date: Thu, 14 Nov 2024 13:43:53 +0530 Subject: [PATCH] renamed test --- tests/migrations/test_autodetector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/migrations/test_autodetector.py b/tests/migrations/test_autodetector.py index 092f752cce..641f599010 100644 --- a/tests/migrations/test_autodetector.py +++ b/tests/migrations/test_autodetector.py @@ -2483,7 +2483,7 @@ class AutodetectorTests(BaseAutodetectorTests): ) self.assertOperationTypes(changes, "testapp", 1, ["DeleteModel"]) - def test_move_inherited_models(self): + def test_move_mti_models_operations(self): before = [self.author_name, self.aardvark_based_on_author] after = [ ModelState(