This commit is contained in:
Audric Ackermann 2020-09-16 08:57:49 +10:00
parent c0fa5fe290
commit 6d53c7562b
No known key found for this signature in database
GPG key ID: 999F434D76324AD4

View file

@ -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', () => {