Skip to content

Commit 1e445dd

Browse files
committed
fix(backend): fix unit test, delete migrations
1 parent 775e756 commit 1e445dd

File tree

4 files changed

+2
-101
lines changed

4 files changed

+2
-101
lines changed

packages/backend/src/_migrations/1727093929792-manual-migration.ts

Lines changed: 0 additions & 66 deletions
This file was deleted.

packages/backend/src/_migrations/1727186783887-manual-migration.ts

Lines changed: 0 additions & 35 deletions
This file was deleted.

packages/backend/src/usagers/services/custom-docs/tests/CUSTOM_DOC_ATTESTATION_POSTALE.const.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,5 @@ export const CUSTOM_DOC_ATTESTATION_POSTALE: StructureCustomDocTags = {
7878
PROCURATION_DATE_DEBUT: "",
7979
PROCURATION_DATE_FIN: "",
8080
PROCURATION_DATE_NAISSANCE: "",
81+
PROCURATIONS_NOMBRE: 0,
8182
};

packages/backend/src/usagers/services/custom-docs/tests/CUSTOM_DOC_COURRIER_REFUS.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,5 @@ export const CUSTOM_DOC_COURRIER_REFUS: StructureCustomDocTags = {
7676
PROCURATION_DATE_DEBUT: "",
7777
PROCURATION_DATE_FIN: "",
7878
PROCURATION_DATE_NAISSANCE: "",
79+
PROCURATIONS_NOMBRE: 0,
7980
};

0 commit comments

Comments
 (0)