Skip to content

Commit dcb5e8e

Browse files
committed
fix(backend): update test
1 parent 9481ebb commit dcb5e8e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.

packages/backend/src/usagers/controllers/tests/usagers.controller.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ describe("Usagers Controller", () => {
237237
expect(updatedUsager.ayantsDroits.length).toEqual(0);
238238
});
239239

240-
it("✅ Patch Infos générales OK", async () => {
240+
it("✅ Patch Infos générales OK: ajout d'ayants-droit", async () => {
241241
const response = await AppTestHttpClient.patch(
242242
ENDPOINT + "/" + usagerPatch.ref,
243243
{

0 commit comments

Comments
 (0)