From dc721c5ce6e3eec72b7d6d32a69b3ffed57dd1a2 Mon Sep 17 00:00:00 2001 From: Lew Rossman Date: Wed, 19 Jul 2023 09:43:53 -0400 Subject: [PATCH] Update test_analysis.cpp --- tests/test_analysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_analysis.cpp b/tests/test_analysis.cpp index e366cd7..2a7d250 100644 --- a/tests/test_analysis.cpp +++ b/tests/test_analysis.cpp @@ -44,7 +44,7 @@ BOOST_FIXTURE_TEST_CASE(test_anlys_getoption, FixtureOpenClose) BOOST_CHECK_EQUAL_COLLECTIONS(ref.begin(), ref.end(), test.begin(), test.end()); double temp; - error = EN_getoption(ph, 26, &temp); + error = EN_getoption(ph, 27, &temp); BOOST_CHECK(error == 251); }