Merge pull request #19 from Sosokker/iteration1

Fix indent in tests.py
This commit is contained in:
Sirin Puenggun 2023-09-05 20:18:45 +07:00 committed by GitHub
commit 9fe17a15fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,6 @@ class QuestionModelTests(TestCase):
future_question = Question(pub_date=time)
self.assertIs(future_question.was_published_recently(), False)
def test_was_published_recently_with_old_question(self):
"""
was_published_recently() returns False for questions whose pub_date