From 8b1c1386140947d5d0e61f4d658484981ac4edb9 Mon Sep 17 00:00:00 2001 From: gelu Date: Mon, 10 Jul 2023 10:29:24 +0300 Subject: [PATCH] reformat according to black --- integration/test_batch.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/integration/test_batch.py b/integration/test_batch.py index 600e76454..07e457529 100644 --- a/integration/test_batch.py +++ b/integration/test_batch.py @@ -162,7 +162,9 @@ def test_add_object_batch_with_tenant(): tenant=objects[1][2], ) - retObj = client.data_object.get_by_id(objects[0][0], class_name=objects[0][1], tenant=objects[0][2]) + retObj = client.data_object.get_by_id( + objects[0][0], class_name=objects[0][1], tenant=objects[0][2] + ) assert retObj["properties"]["tenantAsProp"] == objects[0][2] # test batch delete with correct tenant id @@ -177,7 +179,9 @@ def test_add_object_batch_with_tenant(): tenant=objects[0][2], ) - retObj = client.data_object.get_by_id(objects[0][0], class_name=objects[0][1], tenant=objects[0][2]) + retObj = client.data_object.get_by_id( + objects[0][0], class_name=objects[0][1], tenant=objects[0][2] + ) assert retObj is None for name in class_names: