Fixed typo in migrations test name.

This commit is contained in:
Tim Graham 2024-05-23 09:11:58 -04:00 committed by Sarah Boyce
parent 94ab56ee2e
commit bcbc4b9b8a
1 changed files with 2 additions and 2 deletions

View File

@ -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(),