Fix name of text emote sending & fix tests
This commit is contained in:
parent
bf037ed6c7
commit
bbfc05b0c0
3 changed files with 11 additions and 8 deletions
|
@ -54,6 +54,7 @@ export function stubClient() {
|
|||
},
|
||||
setAccountData: sinon.stub(),
|
||||
sendTyping: sinon.stub().returns(q({})),
|
||||
sendTextMessage: () => q({}),
|
||||
sendHtmlMessage: () => q({}),
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue