diff options
Diffstat (limited to 'test/core/model/DomainTest.cpp')
-rw-r--r-- | test/core/model/DomainTest.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core/model/DomainTest.cpp b/test/core/model/DomainTest.cpp index e16da96..a69d805 100644 --- a/test/core/model/DomainTest.cpp +++ b/test/core/model/DomainTest.cpp @@ -46,9 +46,10 @@ void assert_path(std::vector<Rooted<Managed>> &result, size_t idx, TEST(Domain, testDomainResolving) { // Construct Manager + Logger logger; Manager mgr{1}; // Get the domain. - Rooted<Domain> domain = constructBookDomain(mgr); + Rooted<Domain> domain = constructBookDomain(mgr, logger); /* * Start with the "book" search keyword. This should resolve to the domain |