Update test_analysis.cpp

This commit is contained in:
Lew Rossman
2023-07-19 09:43:53 -04:00
parent 353ba4eb34
commit dc721c5ce6

View File

@@ -44,7 +44,7 @@ BOOST_FIXTURE_TEST_CASE(test_anlys_getoption, FixtureOpenClose)
BOOST_CHECK_EQUAL_COLLECTIONS(ref.begin(), ref.end(), test.begin(), test.end()); BOOST_CHECK_EQUAL_COLLECTIONS(ref.begin(), ref.end(), test.begin(), test.end());
double temp; double temp;
error = EN_getoption(ph, 26, &temp); error = EN_getoption(ph, 27, &temp);
BOOST_CHECK(error == 251); BOOST_CHECK(error == 251);
} }