From 9b037819fd0f2375c417d0677cd4205699ae6ec6 Mon Sep 17 00:00:00 2001 From: Daniel Sollien Date: Fri, 10 Nov 2023 09:58:06 +0100 Subject: [PATCH] Black --- tests/test_units/test_grid_property_parent.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/test_units/test_grid_property_parent.py b/tests/test_units/test_grid_property_parent.py index 05bddac4a..b01794b4d 100644 --- a/tests/test_units/test_grid_property_parent.py +++ b/tests/test_units/test_grid_property_parent.py @@ -21,7 +21,7 @@ def test_export_gridproperty_export(gridproperty, globalconfig2): assert ( "parent" in meta["data"]["grid_property"] ), "Grid property not assigned a parent" - assert ( - meta["data"]["grid_property"]["parent"] == "MyGrid" - ), (f"Wrong parent name," - f" should be MyGrid is {meta['data']['grid_property']['parent']}") + assert meta["data"]["grid_property"]["parent"] == "MyGrid", ( + f"Wrong parent name," + f" should be MyGrid is {meta['data']['grid_property']['parent']}" + )