diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py index d59548f7af55..1caa6479562d 100644 --- a/tests/migrations/test_operations.py +++ b/tests/migrations/test_operations.py @@ -1380,8 +1380,8 @@ def test_add_field(self): self.assertEqual(sorted(definition[2]), ["field", "model_name", "name"]) @skipUnlessDBFeature("supports_stored_generated_columns") - def test_add_generate_field(self): - app_label = "test_add_generate_field" + def test_add_generated_field(self): + app_label = "test_add_generated_field" project_state = self.apply_operations( app_label, ProjectState(),