Skip to content

Commit

Permalink
Fixed typo in migrations test name.
Browse files Browse the repository at this point in the history
  • Loading branch information
timgraham authored and sarahboyce committed May 23, 2024
1 parent 94ab56e commit bcbc4b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/migrations/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit bcbc4b9

Please sign in to comment.