Skip to content

Commit

Permalink
Update src/model/test/GroundHeatExchangerVertical_GTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec authored Dec 19, 2024
1 parent 3a0e31c commit c754e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/test/GroundHeatExchangerVertical_GTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ TEST_F(ModelFixture, GroundHeatExchangerVertical_SetGetFields) {
ASSERT_TRUE(gh.numberofBoreHoles());
EXPECT_EQ(100, gh.numberofBoreHoles().get());
ASSERT_TRUE(gh.boreHoleTopDepth());
EXPECT_EQ(1.25 gh.boreHoleTopDepth().get());
EXPECT_EQ(1.25, gh.boreHoleTopDepth().get());
ASSERT_TRUE(gh.boreHoleLength());
EXPECT_EQ(80.0, gh.boreHoleLength().get());
ASSERT_TRUE(gh.boreHoleRadius());
Expand Down

0 comments on commit c754e3e

Please sign in to comment.