fix(core): update

This commit is contained in:
2019-01-07 00:28:15 +01:00
parent 0ed946ee63
commit 17f293ca4e
2 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@ import * as smartdns from '../ts/index';
let testDnsly: smartdns.Smartdns;
tap.test('should create an instance of Dnsly', async () => {
testDnsly = new smartdns.Smartdns('google');
testDnsly = new smartdns.Smartdns('cloudflare');
expect(testDnsly).to.be.instanceOf(smartdns.Smartdns);
});