mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-22 23:18:08 +00:00
Updates test
This commit is contained in:
parent
db6246e359
commit
df1c324d2d
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ class Views(TestCase):
|
|||
response = view(request)
|
||||
|
||||
response.render()
|
||||
self.assertEqual(response.context_data["results"].object_list.count(), 0)
|
||||
self.assertFalse("results" in response.context_data)
|
||||
|
||||
def test_search_lists(self):
|
||||
"""searches remote connectors"""
|
||||
|
|
Loading…
Reference in a new issue