forked from mirrors/bookwyrm
Fixes test
This commit is contained in:
parent
547d246375
commit
18768a23f3
1 changed files with 1 additions and 1 deletions
|
@ -67,4 +67,4 @@ class ListItemViews(TestCase):
|
|||
self.assertEqual(mock.call_count, 1)
|
||||
|
||||
item.refresh_from_db()
|
||||
self.assertEqual(item.notes, "beep boop")
|
||||
self.assertEqual(item.notes, "<p>beep boop</p>")
|
||||
|
|
Loading…
Reference in a new issue