mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix failing unit test
This commit is contained in:
@@ -19,6 +19,6 @@ TEST(RiuSummaryVectorDescriptionMap, TestInit)
|
||||
std::string s("does not exist");
|
||||
auto test = RiuSummaryVectorDescriptionMap::instance()->fieldInfo(s);
|
||||
|
||||
EXPECT_TRUE(test.size() == 0);
|
||||
EXPECT_TRUE(test == s);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user