From 91fd120807d0475c17db9ebe50125882f7164120 Mon Sep 17 00:00:00 2001 From: Guille Date: Tue, 18 Jul 2023 16:06:18 -0400 Subject: [PATCH] Test --- tests/unit_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit_tests.py b/tests/unit_tests.py index 74ad73f..3677651 100644 --- a/tests/unit_tests.py +++ b/tests/unit_tests.py @@ -60,7 +60,7 @@ class UnitTests(unittest.TestCase): for building in self._city.buildings: result = Cost(building, retrofit_scenario=SYSTEM_RETROFIT_AND_PV).life_cycle self.assertIsNotNone(result) - self.assertEqual(1, result.values[0]) + self.assertEqual(0, result.values[0]) def test_scenario_3(self): for building in self._city.buildings: