Skip to content

Commit

Permalink
fix: minor4
Browse files Browse the repository at this point in the history
  • Loading branch information
whiitex committed Mar 12, 2024
1 parent e19956e commit 8f8e53a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('RecruitmentSessionController', () => {
const mockAbility = createMockAbility(({ can }) => {
can(Action.Update, 'RecruitmentSession');
});
jest.spyOn(service, 'findRecruitmentSessionById').mockResolvedValue(null);
jest.spyOn(service, 'findRecruitmentSessionById').mockResolvedValue([]);
const result = controller.updateRecruitmentSession(
mockRecruitmentSession.id,
mockUpdateRecruitmentSessionDto,
Expand Down

0 comments on commit 8f8e53a

Please sign in to comment.