Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
newearthmartin committed Jun 10, 2024
1 parent 410a7b0 commit 136b48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mailing.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def test_subscription_generator(self):
Submission.submit_queue()
submission = Submission.objects.get(pk=self.sub.pk)
self.assertTrue(submission.sent)
self.assertEquals(len(mail.outbox), 3)
self.assertEqual(len(mail.outbox), 3)

def test_nonexistent_generator_class(self):
""" Test failure when generator class does not exist """
Expand Down

0 comments on commit 136b48e

Please sign in to comment.