Add sort test to dependencies test
This commit is contained in:
parent
4ab4355027
commit
6bb8412e96
1 changed files with 1 additions and 1 deletions
|
@ -18,8 +18,8 @@ struct SomeOtherComponent {
|
||||||
|
|
||||||
TEST(Dependencies, Get) {
|
TEST(Dependencies, Get) {
|
||||||
constexpr auto dependencies = cserver::ServiceContextBuilder{}
|
constexpr auto dependencies = cserver::ServiceContextBuilder{}
|
||||||
.Append<SomeComponent>()
|
|
||||||
.Append<SomeOtherComponent>()
|
.Append<SomeOtherComponent>()
|
||||||
|
.Append<SomeComponent>()
|
||||||
.Sort()
|
.Sort()
|
||||||
.GetDependencyGraph();
|
.GetDependencyGraph();
|
||||||
using Need = const cserver::DependencyGraph<
|
using Need = const cserver::DependencyGraph<
|
||||||
|
|
Loading…
Reference in a new issue