Fix conversation model test

// FREEBIE
This commit is contained in:
lilia 2015-10-02 15:13:13 -07:00
parent 5eabfa2559
commit 69bbaac3b9

View file

@ -13,6 +13,7 @@
type: 'private',
id: '+14155555555'
};
textsecure.messaging = new textsecure.MessageSender('');
describe('ConversationCollection', function() {
before(clearDatabase);