refactor: spacing
This commit is contained in:
		| @@ -152,6 +152,7 @@ class UpdateQueueTest(TestCase): | |||||||
|         # First get the list |         # First get the list | ||||||
|         response = self.client.get(reverse('updatequeue')) |         response = self.client.get(reverse('updatequeue')) | ||||||
|         self.assertEqual(response.status_code, 200) |         self.assertEqual(response.status_code, 200) | ||||||
|  |  | ||||||
|         # Make sure Adoption3 is in response |         # Make sure Adoption3 is in response | ||||||
|         self.assertContains(response, "TestAdoption3") |         self.assertContains(response, "TestAdoption3") | ||||||
|         self.assertNotContains(response, "TestAdoption2") |         self.assertNotContains(response, "TestAdoption2") | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user