Fix the failing test on master.
This commit is contained in:
parent
c308387341
commit
b9bd8ac2d7
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ def test_ventilation_window_hepa(baseline_form):
|
|||
ventilation = models.MultipleVentilation((window,hepa))
|
||||
|
||||
baseline_form.ventilation_type = 'natural'
|
||||
baseline_form.windows_open = '10 min / 2h'
|
||||
baseline_form.windows_open = 'interval'
|
||||
baseline_form.event_type = 'recurrent_event'
|
||||
baseline_form.recurrent_event_month = 'December'
|
||||
baseline_form.window_height = 1.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue