mirror of
https://github.com/django/django.git
synced 2024-11-24 02:47:35 +01:00
renamed test
This commit is contained in:
parent
e71c8f8324
commit
890da05e20
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user