Skip to content

Commit

Permalink
Update src/lib/getProfile.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer Finkel <[email protected]>
  • Loading branch information
americk0 and LumaC0 authored Oct 13, 2023
1 parent e88f884 commit 1fea24f
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 1fea24f

Please sign in to comment.