diff --git a/tests/test_core_single_stage.py b/tests/test_core_single_stage.py index 23a1b3c6..a1334ff4 100644 --- a/tests/test_core_single_stage.py +++ b/tests/test_core_single_stage.py @@ -51,6 +51,7 @@ def test_rhu_formatting(thermostat_type_1): + assert sum(1 for _ in thermostat_type_1) == 4 try: assert('rhu1_less05F' == thermostat_type_1._format_rhu('rhu1', -np.inf, 5, None)) except StopIteration as e: