mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-26 11:31:08 +00:00
Unit test to catch error on list page
This commit is contained in:
parent
e80a4c16f0
commit
719df5621c
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class ListViews(TestCase):
|
||||||
user=self.local_user,
|
user=self.local_user,
|
||||||
book=self.book,
|
book=self.book,
|
||||||
approved=True,
|
approved=True,
|
||||||
|
notes="hello",
|
||||||
order=1,
|
order=1,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue