test(server): init LRU test module so pg extension bootstraps

This commit is contained in:
Philipinho
2026-04-23 04:40:30 +01:00
parent fde0ccb3c7
commit fc08cffd37
@@ -193,6 +193,8 @@ describeIntegration('BaseQueryCacheService LRU eviction', () => {
],
}).compile();
await moduleRef.init();
cache = moduleRef.get(BaseQueryCacheService);
basePropertyRepo = moduleRef.get(BasePropertyRepo);
dbHandle = moduleRef.get(DbHandle);