fix(core): update

This commit is contained in:
Philipp Kunz 2021-04-13 10:09:09 +00:00
parent cc0f1c40a6
commit ea9a2572f9

View File

@ -15,7 +15,7 @@ tap.test('should perform a speedtest', async () => {
});
tap.test('should determine wether a port is free', async () => {
await expect(testSmartNetwork.isLocalPortAvailable(8080)).to.eventually.be.true;
await expect(testSmartNetwork.isLocalPortUnused(8080)).to.eventually.be.true;
});
tap.test('should scan a port', async () => {