Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Riron committed Feb 5, 2025
1 parent c939a63 commit 82fd423
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion front/src/Apps/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ export const titles = {
"/companies/create": "Ajouter un établissement — Trackdéchets",
"/registre": "Mes registres — Trackdéchets",
"/registry/own": "Mes imports au registre national — Trackdéchets",
"/registry/list": "Imports au registre national par établissement — Trackdéchets",
"/registry/list":
"Imports au registre national par établissement — Trackdéchets",
"/registry/export": "Mes exports de registres — Trackdéchets"
};

Expand Down
2 changes: 1 addition & 1 deletion libs/back/registry/src/incomingTexs/validation/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import {
parcelCoordinatesSchema,
parcelNumbersSchema,
municipalitiesNamesSchema,
operationModeSchema,
operationModeSchema
} from "../../shared/schemas";
import {
INCOMING_TEXS_PROCESSING_OPERATIONS_CODES,
Expand Down
1 change: 0 additions & 1 deletion libs/back/registry/src/shared/__tests__/schemas.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ describe("Schemas", () => {
expect(() => booleanSchema.parse(undefined)).toThrow();
});


test("actorTypeSchema", () => {
expect(actorTypeSchema.parse("ETABLISSEMENT_FR")).toBe("ETABLISSEMENT_FR");
expect(() => actorTypeSchema.parse("INVALID")).toThrow();
Expand Down

0 comments on commit 82fd423

Please sign in to comment.