updated systems catalog test

This commit is contained in:
Pilar Monsalvete 2023-06-08 09:58:57 -04:00
parent e0f11b7c02
commit 4e382f0633

View File

@ -15,7 +15,7 @@ class TestSystemsCatalog(TestCase):
catalog = EnergySystemsCatalogFactory('montreal_custom').catalog
catalog_categories = catalog.names()
archetypes = catalog.names('archetypes')
self.assertEqual(19, len(archetypes['archetypes']))
self.assertEqual(23, len(archetypes['archetypes']))
systems = catalog.names('systems')
self.assertEqual(18, len(systems['systems']))
generation_equipments = catalog.names('generation_equipments')