diff --git a/plugins/catalog-backend-module-github/src/analyzers/GithubLocationAnalyzer.test.ts b/plugins/catalog-backend-module-github/src/analyzers/GithubLocationAnalyzer.test.ts index c435366931..951e67284b 100644 --- a/plugins/catalog-backend-module-github/src/analyzers/GithubLocationAnalyzer.test.ts +++ b/plugins/catalog-backend-module-github/src/analyzers/GithubLocationAnalyzer.test.ts @@ -113,7 +113,7 @@ describe('GithubLocationAnalyzer', () => { }); const analyzer = new GithubLocationAnalyzer({ - catalog: catalogServiceMock(), + catalog: catalogServiceMock.mock(), auth: mockAuthService, config, }); @@ -140,7 +140,7 @@ describe('GithubLocationAnalyzer', () => { }); const analyzer = new GithubLocationAnalyzer({ - catalog: catalogServiceMock(), + catalog: catalogServiceMock.mock(), auth: mockAuthService, config, }); @@ -166,7 +166,7 @@ describe('GithubLocationAnalyzer', () => { }); const analyzer = new GithubLocationAnalyzer({ - catalog: catalogServiceMock(), + catalog: catalogServiceMock.mock(), auth: mockAuthService, config, });