Skip to content

Commit

Permalink
create failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobson committed Jan 6, 2025
1 parent d05486d commit e1024d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_land.py
Original file line number Diff line number Diff line change
Expand Up @@ -1447,20 +1447,23 @@ def test_apply_surface_overrides(tmp_path):
"name": "land1",
"type_": "Land",
"percolation_residence_time": 0.1,
"data_input_dict": {"fake-key": 1},
"surfaces": {
"Woodland": {
"area": 100,
"datum": 10,
"type_": "GrowingSurface",
"ET_depletion_factor": 0.75,
"surface": "Woodland",
"data_input_dict": {"fake-key": 1},
},
"Grass": {
"area": 200,
"datum": 20,
"type_": "GrowingSurface",
"ET_depletion_factor": 0.75,
"surface": "Grass",
"data_input_dict": {"fake-key": 1},
},
},
},
Expand Down

0 comments on commit e1024d1

Please sign in to comment.