mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-23 15:38:08 +00:00
line length fix
This commit is contained in:
parent
1b6dd666d9
commit
65f3333edb
1 changed files with 2 additions and 1 deletions
|
@ -281,7 +281,8 @@ class Incoming(TestCase):
|
|||
def test_handle_update_list(self):
|
||||
''' a new list '''
|
||||
book_list = models.List.objects.create(
|
||||
name='hi', remote_id='https://example.com/list/22', user=self.local_user)
|
||||
name='hi', remote_id='https://example.com/list/22',
|
||||
user=self.local_user)
|
||||
activity = {
|
||||
'object': {
|
||||
"id": "https://example.com/list/22",
|
||||
|
|
Loading…
Reference in a new issue