diff --git a/tests/admin_views/tests.py b/tests/admin_views/tests.py index 7b7e09a25f..501edcad57 100644 --- a/tests/admin_views/tests.py +++ b/tests/admin_views/tests.py @@ -2430,7 +2430,7 @@ class AdminViewStringPrimaryKeyTest(TestCase): self.assertEqual(logentry.object_id, str(edited_obj.pk)) def test_logentry_save(self): - """" + """ LogEntry.action_time is a timestamp of the date when the entry was created. It shouldn't be updated on a subsequent save(). """ diff --git a/tests/sessions_tests/tests.py b/tests/sessions_tests/tests.py index 351d15a722..0a99aad1ac 100644 --- a/tests/sessions_tests/tests.py +++ b/tests/sessions_tests/tests.py @@ -736,7 +736,7 @@ class SessionMiddlewareTests(TestCase): self.assertEqual(response['Vary'], 'Cookie') def test_empty_session_saved(self): - """" + """ If a session is emptied of data but still has a key, it should still be updated. """