remove useless hasSession test

pull/1166/head
Audric Ackermann 5 years ago
parent 73c4020daf
commit 7031328eea
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -197,13 +197,6 @@ describe('SessionProtocol', () => {
});
});
it('hasSession: returns false as it is stubbed', () => {
expect(SessionProtocol.hasSession('deviceID')).to.be.equal(
false,
'hasSession() should be false as it is stubbed'
);
});
describe('onSessionRequestProcessed', () => {
it('protocol: onSessionRequestProcessed should insert a new item in the processedMap ', async () => {
// trigger the requestProcessed and check the map is updated

Loading…
Cancel
Save