Add extra assertion for confirmation_mail test
This commit is contained in:
parent
659f2ea250
commit
ed2e7233b3
1 changed files with 2 additions and 0 deletions
|
|
@ -57,3 +57,5 @@ Hans Schmid
|
|||
me@example.org
|
||||
""".format()
|
||||
)
|
||||
# One was already set, 2 new.
|
||||
self.assertEqual(Candidate.objects.filter(date_confirmation_mail__isnull=False).count(), 3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue