fix tests

pull/1344/head
Audric Ackermann 5 years ago
parent 514eb9ba98
commit d283636fa3
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -31,7 +31,12 @@ describe('ClosedGroupChatMessage', () => {
.to.have.property('group')
.to.have.deep.property(
'id',
new Uint8Array(StringUtils.encode(groupId.key, 'utf8'))
new Uint8Array(
StringUtils.encode(
PubKey.PREFIX_GROUP_TEXTSECURE + groupId.key,
'utf8'
)
)
);
expect(decoded.dataMessage)
.to.have.property('group')

Loading…
Cancel
Save