reformat with latest black
This commit is contained in:
		| @@ -554,7 +554,7 @@ class TestIndexes(unittest.TestCase): | ||||
|         incorrect_collation = {"arndom": "wrdo"} | ||||
|         with pytest.raises(OperationFailure) as exc_info: | ||||
|             BlogPost.objects.collation(incorrect_collation).count() | ||||
|         assert 'Missing expected field' in str(exc_info.value) | ||||
|         assert "Missing expected field" in str(exc_info.value) | ||||
|  | ||||
|         query_result = BlogPost.objects.collation({}).order_by("name") | ||||
|         assert [x.name for x in query_result] == sorted(names) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user