Fix message view tests

// FREEBIE
pull/749/head
lilia 9 years ago
parent 11cedcce6e
commit 0e0994832e

@ -2,6 +2,7 @@ describe('MessageView', function() {
var conversations = new Whisper.ConversationCollection();
before(function(done) {
conversations.fetch().then(done);
storage.put('number_id', '+18088888888.1');
});
var convo = conversations.add({id: 'foo'});

Loading…
Cancel
Save