Skip to content

Commit 25f006e

Browse files
committed
👌 [#85] Add assertion in test
1 parent 0dcc21b commit 25f006e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/src/openarchiefbeheer/destruction/tests/test_tasks.py

+1
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ def test_complete_and_notify(self):
362362
sorted(mail.outbox[0].to),
363363
sorted([assignee.user.email for assignee in assignees]),
364364
)
365+
self.assertEqual(mail.outbox[0].subject, "DELETED!")
365366

366367
list.refresh_from_db()
367368

0 commit comments

Comments
 (0)