Skip to content

Commit

Permalink
Fix renameed agentManager => agentStore in remaining UT
Browse files Browse the repository at this point in the history
  • Loading branch information
gsoldevila committed Sep 29, 2022
1 parent 0bd4e59 commit c17fb68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('MetricsService', () => {
expect(OpsMetricsCollector).toHaveBeenCalledTimes(1);
expect(OpsMetricsCollector).toHaveBeenCalledWith(
httpMock.server,
esServiceMock.agentManager,
esServiceMock.agentStore,
expect.objectContaining({ logger: logger.get('metrics') })
);

Expand Down

0 comments on commit c17fb68

Please sign in to comment.