mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-22 12:28:04 -05:00
Fix tests for parameters
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -469,7 +469,7 @@ TEST_CASE("Check that all parameters are descibed","")
|
||||
SECTION(ss.str(), "")
|
||||
{
|
||||
std::string prior;
|
||||
if (i > 0){
|
||||
if (i > 1){
|
||||
CHECK_NOTHROW(prior = CoolProp::get_parameter_information(i-1,"short"));
|
||||
CAPTURE(prior);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user