Fix name of text emote sending & fix tests

This commit is contained in:
David Baker 2016-09-26 10:20:56 +01:00
parent bf037ed6c7
commit bbfc05b0c0
3 changed files with 11 additions and 8 deletions

View file

@ -54,6 +54,7 @@ export function stubClient() {
},
setAccountData: sinon.stub(),
sendTyping: sinon.stub().returns(q({})),
sendTextMessage: () => q({}),
sendHtmlMessage: () => q({}),
};