A few more failing tests

This commit is contained in:
Mouse Reeve
2021-09-06 18:55:48 -07:00
parent 2653458e56
commit c56a9021b6
4 changed files with 8 additions and 3 deletions

View File

@ -104,6 +104,7 @@ class BookViews(TestCase):
@patch("bookwyrm.suggested_users.rerank_suggestions_task.delay")
@patch("bookwyrm.activitystreams.populate_stream_task.delay")
@patch("bookwyrm.activitystreams.add_book_statuses_task.delay")
def test_switch_edition(self, *_):
"""updates user's relationships to a book"""
work = models.Work.objects.create(title="test work")