Corrected AutodetectorTests.test_rename_field_and_foo_together()'s docstring.

This commit is contained in:
Mariusz Felisiak 2021-10-26 08:46:50 +02:00 committed by GitHub
parent def09bf412
commit d446f8ba08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1732,9 +1732,7 @@ class AutodetectorTests(TestCase):
)
def test_rename_field_and_foo_together(self):
"""
Removed fields will be removed after updating index/unique_together.
"""
"""Fields are renamed before updating index/unique_together."""
changes = self.get_changes(
[self.author_empty, self.book_foo_together_3],
[self.author_empty, self.book_foo_together_4],