refactor: spacing

This commit is contained in:
moanos [he/him] 2024-11-06 07:52:38 +01:00
parent 70154abd37
commit d384e75746

View File

@ -152,6 +152,7 @@ class UpdateQueueTest(TestCase):
# First get the list
response = self.client.get(reverse('updatequeue'))
self.assertEqual(response.status_code, 200)
# Make sure Adoption3 is in response
self.assertContains(response, "TestAdoption3")
self.assertNotContains(response, "TestAdoption2")