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();