fix(core): update
This commit is contained in:
		| @@ -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 () => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user