From fbf4677b2708078667fc4a98c6e1a375addf2fd0 Mon Sep 17 00:00:00 2001 From: Phil Ahrenkiel Date: Fri, 2 Feb 2024 15:14:49 -0700 Subject: [PATCH] Format. --- test/unit_tests/maxSetpointTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit_tests/maxSetpointTest.cpp b/test/unit_tests/maxSetpointTest.cpp index 941d19b3..a681e32b 100644 --- a/test/unit_tests/maxSetpointTest.cpp +++ b/test/unit_tests/maxSetpointTest.cpp @@ -151,7 +151,7 @@ TEST(MaxSetpointTest, AOSmithCAHP120) EXPECT_TRUE(hpwh.isNewSetpointPossible(99., num, why)); // Can go to near boiling EXPECT_TRUE(hpwh.isNewSetpointPossible(100., num, why)); // Can go to boiling EXPECT_TRUE(hpwh.isNewSetpointPossible(10., num, why)); // Can go low, albiet dumb - EXPECT_EQ(expectedRE_maxT_C, num); // Max is boiling + EXPECT_EQ(expectedRE_maxT_C, num); // Max is boiling // Check this carries over into setting the setpoint EXPECT_EQ(hpwh.setSetpoint(101.), HPWH::HPWH_ABORT); // Can't go above boiling