fix(core): update

This commit is contained in:
Philipp Kunz 2022-01-19 19:52:14 +01:00
parent 21dc933302
commit a7b14cd383

View File

@ -132,7 +132,7 @@ tap.test('should be able to switch to a new server', async (toolsArg) => {
});
tap.test('should be able to locate a connection tag after reconnect', async (tools) => {
console.log(testSmartsocket.socketConnections.getArray().length);
expect(testSmartsocket.socketConnections.getArray().length).to.equal(1);
const tagOnServerSide = await testSmartsocket.socketConnections
.findSync((socketConnection) => {
return true;