diff --git a/test/models/conversations_test.js b/test/models/conversations_test.js index e8a7b1548..226e80365 100644 --- a/test/models/conversations_test.js +++ b/test/models/conversations_test.js @@ -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', () => {