From 6d53c7562ba23a5edbf7ae6c7b8f410295b534cc Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Wed, 16 Sep 2020 08:57:49 +1000 Subject: [PATCH] fix test --- test/models/conversations_test.js | 1 - 1 file changed, 1 deletion(-) 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', () => {