Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sol committed Nov 10, 2023
1 parent b8cdb57 commit c6f38a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_units/test_grid_property_parent.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ def test_export_gridproperty_export(gridproperty, globalconfig2):
), "Grid property not assigned a parent"
assert (
meta["data"]["grid_property"]["parent"] == "MyGrid"
), f"Wrong parent name, should be MyGrid is {meta['data']['grid_property']['parent']}"
), (f"Wrong parent name,"
f" should be MyGrid is {meta['data']['grid_property']['parent']}")

0 comments on commit c6f38a6

Please sign in to comment.