Skip to content

Commit

Permalink
adjust old VT test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Dec 19, 2024
1 parent 82f59d3 commit d42f008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/osversion/test/VersionTranslator_GTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1216,8 +1216,8 @@ TEST_F(OSVersionFixture, update_3_0_1_to_3_1_0_WaterHeaterHeatPump) {
EXPECT_EQ("Outdoors", wh.getString(17, false, true).get());

// Last Field: Control Sensor Location In Stratified Tank
ASSERT_TRUE(wh.getString(25, false, true));
EXPECT_EQ("Heater2", wh.getString(25, false, true).get());
ASSERT_TRUE(wh.getString(26, false, true));
EXPECT_EQ("Heater2", wh.getString(26, false, true).get());
}

TEST_F(OSVersionFixture, update_3_0_1_to_3_1_0_ShadingControl_and_SubSurfaces) {
Expand Down

0 comments on commit d42f008

Please sign in to comment.