提交 75340b6d 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

fix unit tests

上级 9ab2c116
......@@ -108,10 +108,8 @@ test('constructor()', async t => {
const sandbox = sinon.createSandbox()
sandbox.stub(puppet, 'messagePayload').callsFake((_: string) => {
const payload = {
type: Message.Type.Text,
from: {
id: EXPECTED.from,
},
type : Message.Type.Text,
fromId : EXPECTED.from,
}
return payload
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册