summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/migrations/test_operations.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/migrations/test_operations.py b/tests/migrations/test_operations.py
index d59548f7af..1caa647956 100644
--- a/tests/migrations/test_operations.py
+++ b/tests/migrations/test_operations.py
@@ -1380,8 +1380,8 @@ class OperationTests(OperationTestBase):
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(),