We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81df8b commit 2587513Copy full SHA for 2587513
lib/__tests__/unit/server.unit.test.ts
@@ -22,7 +22,7 @@ describe('Testing the SignalingChannel class', () => {
22
});
23
24
it('Empty hashmap of users is initialized', () => {
25
- expect(sc.users.size).toBe(0);
+ expect(sc.peers.size).toBe(0);
26
27
28
0 commit comments