Skip to content

Commit

Permalink
chore: fix breaking test
Browse files Browse the repository at this point in the history
  • Loading branch information
noherczeg committed Feb 28, 2023
1 parent 4cef1c1 commit 2de1357
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('ServiceTrackerImpl', () => {
const expectedBaseProps: ServiceProperties = {
[OBJECTCLASS]: SERVICE_IDENTIFIER,
[SERVICE_BUNDLEID]: 1,
[SERVICE_ID]: 6,
[SERVICE_ID]: 7,
[SERVICE_SCOPE]: 'singleton',
};
const mockStart = jest.fn().mockReturnValue(Promise.resolve());
Expand Down

0 comments on commit 2de1357

Please sign in to comment.