diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-02-20 00:12:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 09:12:09 +0100 |
| commit | f02c1fcf4c3e180f9dc4b17533c06e6cf914de42 (patch) | |
| tree | c8ced8100b0d6733854f2da5570be89c18717966 /tests/schema | |
| parent | 94d1d4a71b31647991e3a7617166f82a6eb1ccff (diff) | |
Corrected typo in test docstring.
Diffstat (limited to 'tests/schema')
| -rw-r--r-- | tests/schema/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/schema/tests.py b/tests/schema/tests.py index 7d16cf3655..9aa1e239ac 100644 --- a/tests/schema/tests.py +++ b/tests/schema/tests.py @@ -2958,7 +2958,7 @@ class SchemaTests(TransactionTestCase): def test_add_datefield_and_datetimefield_use_effective_default(self, mocked_datetime, mocked_tz): """ effective_default() should be used for DateField, DateTimeField, and - TimeField if auto_now or auto_add_now is set (#25005). + TimeField if auto_now or auto_now_add is set (#25005). """ now = datetime.datetime(month=1, day=1, year=2000, hour=1, minute=1) now_tz = datetime.datetime(month=1, day=1, year=2000, hour=1, minute=1, tzinfo=timezone.utc) |
