Skip to content

Commit

Permalink
Make the test functions names consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcyuan2020 committed Mar 25, 2021
1 parent 2408b12 commit 7387807
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tst/EnergyPlus/unit/ChillerExhaustAbsorption.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ TEST_F(EnergyPlusFixture, ExhAbsorption_getDesignCapacities_Test)
EXPECT_NEAR(optload, 0.0, 0.001);
}

TEST_F(EnergyPlusFixture, ExhAbsorption_calHeater_Fix_Test)
TEST_F(EnergyPlusFixture, ExhAbsorption_calcHeater_Fix_Test)
{
std::string const idf_objects = delimited_string({
" ChillerHeater:Absorption:DoubleEffect, ",
Expand Down
2 changes: 1 addition & 1 deletion tst/EnergyPlus/unit/ChillerGasAbsorption.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ TEST_F(EnergyPlusFixture, GasAbsorption_getDesignCapacities_Test)
EXPECT_NEAR(optload, 0.0, 0.001);
}

TEST_F(EnergyPlusFixture, GasAbsorption_calHeater_Fix_Test)
TEST_F(EnergyPlusFixture, GasAbsorption_calculateHeater_Fix_Test)
{
std::string const idf_objects = delimited_string({
" ChillerHeater:Absorption:DirectFired, ",
Expand Down

0 comments on commit 7387807

Please sign in to comment.