This commit is contained in:
2025-05-23 20:40:20 +00:00
parent a7438a7cd6
commit f651cd1c2f
5 changed files with 73 additions and 275 deletions

View File

@ -220,7 +220,7 @@ tap.test('Plain Connection - should handle multiple plain connections', async (t
console.log(`Connection ${i + 1} established`);
}
expect(connections.length).toBe(connectionCount);
expect(connections.length).toEqual(connectionCount);
console.log(`All ${connectionCount} plain connections established successfully`);
// Clean up all connections