Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Oct 29, 2024
1 parent fb3a787 commit ee301e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ TEST_F(EnergyPlusFixture, ForwardTranslator_UnitarySystemPerformanceMultispeed_A
EXPECT_TRUE(htgstage1.setRatedAirFlowRate(1));
EXPECT_TRUE(htgcoil.addStage(htgstage1));
CoilHeatingDXMultiSpeedStageData htgstage2(m);
EXPECT_TRUE(htgstage1.setRatedAirFlowRate(2));
EXPECT_TRUE(htgstage2.setRatedAirFlowRate(2));
EXPECT_TRUE(htgcoil.addStage(htgstage2));

CoilCoolingDXMultiSpeed clgcoil(m);
Expand Down

0 comments on commit ee301e9

Please sign in to comment.