pull/1341/head
Audric Ackermann 5 years ago
parent c0fa5fe290
commit 6d53c7562b
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -133,7 +133,6 @@ describe('Conversation', () => {
const convo = new Whisper.ConversationCollection().add(attributes);
const avatar = convo.getAvatar();
assert.property(avatar, 'content');
assert.property(avatar, 'color');
});
describe('when set to private', () => {

Loading…
Cancel
Save