Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
DevilsAutumn committed Apr 19, 2024
1 parent dc22083 commit bf177f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/migrations/test_operations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1380,7 +1380,7 @@ 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):
def test_add_generate_field(self):
app_label = "test_adgf"
project_state = self.apply_operations(
app_label,
Expand Down

0 comments on commit bf177f5

Please sign in to comment.