From ee301e91a8ca9e58a8e296a0477aca5a2d536cda Mon Sep 17 00:00:00 2001 From: Joe Robertson Date: Mon, 28 Oct 2024 19:54:41 -0700 Subject: [PATCH] Typo. --- .../Test/UnitarySystemPerformanceMultispeed_GTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp b/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp index 5505be21c4..117e0617bb 100644 --- a/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp +++ b/src/energyplus/Test/UnitarySystemPerformanceMultispeed_GTest.cpp @@ -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);