Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Feb 2, 2024
1 parent 27f1a0d commit fbf4677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit_tests/maxSetpointTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbf4677

Please sign in to comment.