diff --git a/backend/space/tests/test_model_validation.py b/backend/space/tests/test_model_validation.py index b1f838b0..de2687cd 100644 --- a/backend/space/tests/test_model_validation.py +++ b/backend/space/tests/test_model_validation.py @@ -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)" )