Skip to content

Commit 2587513

Browse files
committed
updated unit test for signal channel server module
1 parent f81df8b commit 2587513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/__tests__/unit/server.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('Testing the SignalingChannel class', () => {
2222
});
2323

2424
it('Empty hashmap of users is initialized', () => {
25-
expect(sc.users.size).toBe(0);
25+
expect(sc.peers.size).toBe(0);
2626
});
2727
});
2828

0 commit comments

Comments
 (0)