Update dependencies test
This commit is contained in:
parent
30f8ea6979
commit
bf8bef09ba
1 changed files with 4 additions and 4 deletions
|
@ -24,11 +24,11 @@ TEST(Dependencies, Get) {
|
|||
.GetDependencyGraph();
|
||||
using Need = const cserver::DependencyGraph<
|
||||
cserver::DependencyGraphElement<
|
||||
utempl::ConstexprString{"some"},
|
||||
utempl::Tuple{}>,
|
||||
"some",
|
||||
{}>,
|
||||
cserver::DependencyGraphElement<
|
||||
utempl::ConstexprString{"other"},
|
||||
utempl::Tuple{utempl::ConstexprString{"some"}}>>;
|
||||
"other",
|
||||
{utempl::ConstexprString{"some"}}>>;
|
||||
EXPECT_EQ(boost::typeindex::type_id<decltype(dependencies)>().pretty_name(),
|
||||
boost::typeindex::type_id<Need>().pretty_name());
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue