From bcbc4b9b8a4a47c8e045b060a9860a5c038192de Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 23 May 2024 09:11:58 -0400 Subject: [PATCH] Fixed typo in migrations test name. --- tests/migrations/test_operations.py | 4 ++-- 1 file 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(),