Skip to content

Commit

Permalink
fix(backend): fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pYassine committed Nov 19, 2024
1 parent e7470b1 commit 7aee701
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ <h2 style="color: #000000; font-family: sans-serif; font-weight: 400; line-heigh
Oui: 5
</p>

<p style=" font-family: sans-serif;font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">
<strong>Sujet : </strong>
Sujet du mail
</p>

<p style="font-family: sans-serif; font-size: 14px; font-weight: normal; margin: 0; margin-bottom: 15px;">
<strong>Nom : </strong> Nom de la personne
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { contactSupportEmailRenderer } from ".";
import { domifaConfig } from "../../../../config";
import { ContactSupport } from "../../../../_common/model";

describe("guideUtilisateurEmailRenderer", () => {
it("guideUtilisateurEmailRenderer render ", async () => {
describe("contactSupportEmailRender", () => {
it("contactSupportEmailRender render ", async () => {
const model: ContactSupport = {
userId: 12,
structureId: 5,
Expand Down

0 comments on commit 7aee701

Please sign in to comment.