fix(core): update

This commit is contained in:
Philipp Kunz 2019-10-28 16:07:14 +01:00
parent e6125c9a13
commit a831cf7e9a

View File

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