mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-12-23 00:26:33 +00:00
updates tests
This commit is contained in:
parent
0354eb9828
commit
7ff654720c
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class TransactionInboxCreate(TransactionTestCase):
|
|||
|
||||
with patch("bookwyrm.activitystreams.add_status_task.apply_async") as mock:
|
||||
views.inbox.activity_task(activity)
|
||||
self.assertEqual(mock.call_count, 2)
|
||||
self.assertEqual(mock.call_count, 0)
|
||||
|
||||
|
||||
@patch("bookwyrm.models.activitypub_mixin.broadcast_task.apply_async")
|
||||
|
|
Loading…
Reference in a new issue