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:
parent
a97fc2b9ba
commit
ec6d39c497
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user