fix(core): update

This commit is contained in:
2019-09-08 14:59:47 +02:00
parent 9af53a5b58
commit bba219ddef
3 changed files with 10 additions and 9 deletions

View File

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