Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
fix: up
Browse files Browse the repository at this point in the history
  • Loading branch information
rap2hpoutre committed Sep 29, 2022
1 parent 8f145cf commit c3f2bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/__tests__/format-psychologist.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ describe("formatPsychologist", () => {

it.each`
input | resultValue
${null} | ${null}
${undefined} | ${undefined}
${null} | ${undefined}
${"non"} | ${undefined}
${"doctolib"} | ${undefined}
${"doctolib."} | ${undefined}
Expand Down

0 comments on commit c3f2bc8

Please sign in to comment.