diff --git a/src/test.ts b/src/test.ts index 307144a..31bb8eb 100644 --- a/src/test.ts +++ b/src/test.ts @@ -53,7 +53,7 @@ describe("receive email", () => { test("non-existing address", async () => { await emailClient.sendMail({ from: "publisher@example.com", - to: `non-existing@kill-the-newsletter.com`, + to: "non-existing@kill-the-newsletter.com", subject: "New Message", html: "

HTML content

" });