two more mocks
This commit is contained in:
parent
9988a3e82b
commit
0a9d515d45
2 changed files with 2 additions and 1 deletions
|
@ -78,6 +78,7 @@ class ReadingViews(TestCase):
|
|||
self.assertEqual(readthrough.book, self.book)
|
||||
|
||||
@patch("bookwyrm.activitystreams.add_book_statuses_task.delay")
|
||||
@patch("bookwyrm.activitystreams.remove_book_statuses_task.delay")
|
||||
def test_start_reading_reshelve(self, *_):
|
||||
"""begin a book"""
|
||||
to_read_shelf = self.local_user.shelf_set.get(identifier=models.Shelf.TO_READ)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue