From c3f2bc88cc2a8e23573b39a110f81048268f4575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Huchet?= Date: Thu, 29 Sep 2022 14:28:26 +0200 Subject: [PATCH] fix: up --- src/services/__tests__/format-psychologist.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/__tests__/format-psychologist.spec.ts b/src/services/__tests__/format-psychologist.spec.ts index 9ca83ac9..a70381f3 100644 --- a/src/services/__tests__/format-psychologist.spec.ts +++ b/src/services/__tests__/format-psychologist.spec.ts @@ -82,8 +82,8 @@ describe("formatPsychologist", () => { it.each` input | resultValue + ${null} | ${null} ${undefined} | ${undefined} - ${null} | ${undefined} ${"non"} | ${undefined} ${"doctolib"} | ${undefined} ${"doctolib."} | ${undefined}