584 sorting of lists
This commit is contained in:
@ -94,6 +94,7 @@ class InboxAdd(TestCase):
|
||||
"type": "ListItem",
|
||||
"book": self.book.remote_id,
|
||||
"id": "https://bookwyrm.social/listbook/6189",
|
||||
"order": 1,
|
||||
},
|
||||
"target": "https://bookwyrm.social/user/mouse/list/to-read",
|
||||
"@context": "https://www.w3.org/ns/activitystreams",
|
||||
|
@ -80,6 +80,7 @@ class InboxRemove(TestCase):
|
||||
user=self.local_user,
|
||||
book=self.book,
|
||||
book_list=booklist,
|
||||
order=1,
|
||||
)
|
||||
self.assertEqual(booklist.books.count(), 1)
|
||||
|
||||
|
Reference in New Issue
Block a user