diff --git a/apps/server/src/core/base/query-cache/base-query-cache.integration.spec.ts b/apps/server/src/core/base/query-cache/base-query-cache.integration.spec.ts index e163d701..92fd99ee 100644 --- a/apps/server/src/core/base/query-cache/base-query-cache.integration.spec.ts +++ b/apps/server/src/core/base/query-cache/base-query-cache.integration.spec.ts @@ -193,6 +193,8 @@ describeIntegration('BaseQueryCacheService LRU eviction', () => { ], }).compile(); + await moduleRef.init(); + cache = moduleRef.get(BaseQueryCacheService); basePropertyRepo = moduleRef.get(BasePropertyRepo); dbHandle = moduleRef.get(DbHandle);