Trying to fix tests

Signed-off-by: Andre Wanlin <awanlin@spotify.com>
This commit is contained in:
Andre Wanlin
2025-04-21 14:08:09 -05:00
parent 0b016aed9f
commit 970292ff67
@@ -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,
});