1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-03-30 15:09:36 +00:00

Updates test for new logic

This commit is contained in:
Mouse Reeve 2023-10-02 10:02:42 -07:00
parent a05942fe15
commit b3bfcf8665

View file

@ -156,7 +156,7 @@ class Views(TestCase):
response = view(request)
validate_html(response.render())
self.assertFalse("results" in response.context_data)
self.assertTrue("results" in response.context_data)
def test_search_lists(self):
"""searches remote connectors"""