Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mudiwa Matanda authored and Mudiwa Matanda committed Jul 31, 2024
1 parent 80e02c8 commit 282ce28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_delete_events(self):

def test_delete_messages(self):
running_month = timezone.now() - relativedelta(days=365, hour=12)

for i in range(12):
self.create_record(Message, i, running_month)
running_month = running_month + relativedelta(days=31)
Expand Down

0 comments on commit 282ce28

Please sign in to comment.