From 38d36fe95cca4b8d5c0b56654212da4ea094be27 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Sun, 22 Mar 2020 21:27:03 -0400 Subject: [PATCH] . --- src/test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test.ts b/src/test.ts index 31bb8eb..ca94fd8 100644 --- a/src/test.ts +++ b/src/test.ts @@ -50,10 +50,10 @@ describe("receive email", () => { expect(feed).not.toMatch("REPETITION 0"); }); - test("non-existing address", async () => { + test("nonexistent address", async () => { await emailClient.sendMail({ from: "publisher@example.com", - to: "non-existing@kill-the-newsletter.com", + to: "nonexistent@kill-the-newsletter.com", subject: "New Message", html: "

HTML content

" });