fix(core): update
This commit is contained in:
parent
cc0f1c40a6
commit
ea9a2572f9
@ -15,7 +15,7 @@ tap.test('should perform a speedtest', async () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
tap.test('should determine wether a port is free', 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 () => {
|
tap.test('should scan a port', async () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user