Skip to content

Commit

Permalink
Add newline on unit test file
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Jul 31, 2017
1 parent ac1b0cd commit 1d4ded0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tst/EnergyPlus/unit/SystemAvailabilityManager.unit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -791,4 +791,5 @@ TEST_F( EnergyPlusFixture, SysAvailManager_NightCycleSys_CalcNCycSysAvailMgr )
SystemAvailabilityManager::CalcNCycSysAvailMgr( SysAvailNum, PriAirSysNum, AvailStatus );
// Check that the system is no action mode, zone air temp is within T tolerance limits of 0.05, 25.04 < 25.0 + 0.05
EXPECT_EQ( DataHVACGlobals::NoAction, SystemAvailabilityManager::NCycSysAvailMgrData( 1 ).AvailStatus );
}
}

0 comments on commit 1d4ded0

Please # to comment.