Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
perryr16 committed Jan 5, 2024
1 parent 511473a commit 44a7c2f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions seed/tests/test_account_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def test_dict_org(self):
'parent_id': self.org.pk,
'display_units_eui': 'kBtu/ft**2/year',
'display_units_area': 'ft**2',
'display_units_ghg': 'MtCO2e/year',
'display_units_ghg_intensity': 'kgCO2e/ft**2/year',
'display_decimal_places': 2,
'cycles': [{
'name': self.cal_year_name,
Expand Down Expand Up @@ -179,6 +181,8 @@ def test_dict_org_w_member_in_parent_and_child(self):
'parent_id': self.org.pk,
'display_units_eui': 'kBtu/ft**2/year',
'display_units_area': 'ft**2',
'display_units_ghg': 'MtCO2e/year',
'display_units_ghg_intensity': 'kgCO2e/ft**2/year',
'display_decimal_places': 2,
'cycles': [{
'name': self.cal_year_name,
Expand Down Expand Up @@ -211,6 +215,8 @@ def test_dict_org_w_member_in_parent_and_child(self):
'parent_id': self.org.pk,
'display_units_eui': 'kBtu/ft**2/year',
'display_units_area': 'ft**2',
'display_units_ghg': 'MtCO2e/year',
'display_units_ghg_intensity': 'kgCO2e/ft**2/year',
'display_decimal_places': 2,
'cycles': [{
'name': self.cal_year_name,
Expand Down

0 comments on commit 44a7c2f

Please sign in to comment.