test: Remove out of date comment

This commit is contained in:
jcgoette 2022-11-12 03:04:20 +00:00 committed by Christopher Charbonneau Wells
parent 18eada0d3e
commit 94f81e3754
1 changed files with 0 additions and 1 deletions

View File

@ -318,7 +318,6 @@ class TimerTestCase(TestCase):
def test_timer_duration(self):
timer = models.Timer.objects.create(user=User.objects.first())
# Timer.start uses auto_now_add, so it cannot be set in create().
timer.start = timezone.localtime() - timezone.timedelta(minutes=30)
timer.save()
timer.refresh_from_db()