Skip to content

Commit

Permalink
adjust validation test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Mar 8, 2024
1 parent 35b5263 commit 19d4f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/space/tests/test_model_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ def test_validate_structure_incorrect_hierarchy(road_structure, building_structu
message = e.value.args[0]
assert (
message
== "cannot add a structure of level 1 (road, square, crossroad) as a child to a structure of level 3 (building, vessel)"
== "Cannot add a structure of level 1 (road, square, crossroad) as a child to a structure of level 3 (building, vessel)"
)

0 comments on commit 19d4f67

Please sign in to comment.