Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
amystamile-usgs committed Jul 26, 2024
1 parent 9cc3a40 commit a3a85bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isis/tests/FunctionalTestsHrsc2isis.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
}
}

Expand Down

0 comments on commit a3a85bf

Please sign in to comment.