Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Nov 10, 2023
1 parent c6f38a6 commit 9b03781
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_units/test_grid_property_parent.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']}"
)

0 comments on commit 9b03781

Please sign in to comment.