diff --git a/plugins/catalog-node/src/catalogService.test.ts b/plugins/catalog-node/src/catalogService.test.ts index 050f134a71..6e9426d48b 100644 --- a/plugins/catalog-node/src/catalogService.test.ts +++ b/plugins/catalog-node/src/catalogService.test.ts @@ -26,6 +26,8 @@ import { catalogServiceRef } from './catalogService'; describe('catalogServiceRef', () => { it('should return a catalogClient', async () => { + expect.assertions(1); + const mockDiscoveryFactory = createServiceFactory({ service: discoveryServiceRef, deps: {},