minor fix
This commit is contained in:
parent
ea523ce152
commit
d288b6d319
@ -54,6 +54,6 @@ describe('ClientManager', function () {
|
||||
it('should add client of type ServicesClient', function () {
|
||||
var data: any = { 'client': 'services', 'client_type':'StudentProgressMonitor', 'user_id': 125, 'user_type': 'user', 'channel': name }
|
||||
var result = clientManager.getClientType(data, channelManager, wsClient);
|
||||
expect(result.clientType()).to.be.equal('StudentProgressMonitor');
|
||||
expect(result.clientType()).to.be.equal('services');
|
||||
});
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user