Fixes wording in comments
This commit is contained in:
parent
5e932711f9
commit
2640c26bb1
3 changed files with 10 additions and 10 deletions
|
@ -36,7 +36,7 @@ class ListsStreamSignals(TestCase):
|
|||
user=self.remote_user, name="hi", privacy="public"
|
||||
)
|
||||
with patch("bookwyrm.lists_stream.add_list_task.delay") as mock:
|
||||
lists_stream.add_list_on_create_command(book_list)
|
||||
lists_stream.add_list_on_create(models.List, book_list, True)
|
||||
self.assertEqual(mock.call_count, 1)
|
||||
args = mock.call_args[0]
|
||||
self.assertEqual(args[0], book_list.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue