Skip to content

Commit

Permalink
Merge branch 'generate-profiles' of https://github.com/Cox-Automotive…
Browse files Browse the repository at this point in the history
…/alks-cli into generate-profiles
  • Loading branch information
americk0 committed Oct 13, 2023
2 parents 650659c + 1fea24f commit 59f1595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/getProfile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('getProfile', () => {
});
});

it('should get return undefined if a profile does not exist', () => {
it('should return undefined if a profile does not exist', () => {
(propIni.decode as jest.Mock).mockReturnValue({
sections: {},
});
Expand Down

0 comments on commit 59f1595

Please sign in to comment.