diff options
Diffstat (limited to 'deno/mail-relay/mail.test.ts')
-rw-r--r-- | deno/mail-relay/mail.test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deno/mail-relay/mail.test.ts b/deno/mail-relay/mail.test.ts index 6abb7d7..cd0c38d 100644 --- a/deno/mail-relay/mail.test.ts +++ b/deno/mail-relay/mail.test.ts @@ -87,7 +87,7 @@ describe("Mail", () => { }), ]).toEqual( [...mockToAddresses, mockCcAddress].filter((a) => - a.endsWith("example.com"), + a.endsWith("example.com") ), ); }); |