From a3a85bf5dfadc030a7310b547739808cab3dc4ab Mon Sep 17 00:00:00 2001 From: Amy Stamile Date: Fri, 26 Jul 2024 13:39:55 -0700 Subject: [PATCH] fix test --- isis/tests/FunctionalTestsHrsc2isis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isis/tests/FunctionalTestsHrsc2isis.cpp b/isis/tests/FunctionalTestsHrsc2isis.cpp index 6a91b94e29..995bef825e 100644 --- a/isis/tests/FunctionalTestsHrsc2isis.cpp +++ b/isis/tests/FunctionalTestsHrsc2isis.cpp @@ -158,7 +158,7 @@ TEST(Hrsc2isis, Hrsc2IsisTestProjection) { FAIL() << "Should throw an exception" << std::endl; } catch (IException &e){ - EXPECT_THAT(e.what(), HasSubstr("has keyword [PROCESSING_LEVEL_ID = 4] and can not be read by this program.")); + EXPECT_THAT(e.what(), HasSubstr("**ERROR** PVL Keyword [LINE_PREFIX_BYTES] does not exist in [Object = IMAGE] in file")); } }