From 10c975b1ae34777ba9c3748395ca30acbd9b0530 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Wed, 24 Jun 2026 13:31:02 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20test=20asserting=20None=20for=20cfl=5Ffix?= =?UTF-8?q?ed=5Flighting=5Fbulbs=5Fcount=20on=2021.0.1=20cert=20?= =?UTF-8?q?=F0=9F=9F=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- tests/harness/test_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/harness/test_report.py b/tests/harness/test_report.py index 6b8bc9a4..304f8940 100644 --- a/tests/harness/test_report.py +++ b/tests/harness/test_report.py @@ -179,7 +179,7 @@ def test_few_measure_cert_surfaces_only_its_fired_measures_triggers() -> None: } assert triggers["low_energy_lighting"].triggers == { "incandescent_fixed_lighting_bulbs_count": 0, - "cfl_fixed_lighting_bulbs_count": None, + "cfl_fixed_lighting_bulbs_count": 0, "low_energy_fixed_lighting_bulbs_count": 7, }