fix(core): update

This commit is contained in:
Philipp Kunz 2019-09-06 18:28:39 +02:00
parent 8f71c68d8c
commit f105cdc806
3 changed files with 3 additions and 3 deletions

View File

@ -27,6 +27,6 @@ tap.test('should scan a port', async () => {
tap.test('should get the default gateways', async () => { tap.test('should get the default gateways', async () => {
const gatewayResult = await testSmartNetwork.getDefaultGateway(); const gatewayResult = await testSmartNetwork.getDefaultGateway();
console.log(gatewayResult); console.log(gatewayResult);
}) });
tap.start(); tap.start();