Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Jun 21, 2023
1 parent da752f0 commit f302a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
import numpy as np


class G36ReturnAirDamperPositionForReturnFanAirflowTracking(RuleCheckBase):
class G36ReturnAirDamperPositionForReturnFanDirectBuildingPressure(RuleCheckBase):
points = [
"heating_output",
"cooling_output",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class TestG36ReturnAirDamperPositionForReturnFanAirflowTracking(unittest.TestCase):
def test_return_air_damper_position(self):
def test_return_air_damper_position_for_return_fan_airflow_tracking(self):
points = [
"heating_output",
"cooling_output",
Expand Down

0 comments on commit f302a52

Please sign in to comment.