From a831cf7e9a786e713f7acc9e868646eacdc4884f Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Mon, 28 Oct 2019 16:07:14 +0100 Subject: [PATCH] fix(core): update --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 538caf2..d757a5b 100644 --- a/test/test.ts +++ b/test/test.ts @@ -25,7 +25,7 @@ tap.test('should create a smartmail', async () => { }); tap.test('should send a smartmail', async () => { - testMailgunAccount.sendSmartMail(testSmartmail, 'phil@lossless.com'); + testMailgunAccount.sendSmartMail(testSmartmail, 'sandbox@mail.git.zone'); }); tap.start();